MCPMCP Tools/Listings/get_location_listing_overview

get_location_listing_overview

Readlistings:read

The listings Overview for a SINGLE location: health stats (publishers, synced, notConnected, googleVerifiedLocations, duplicates, connectionIssues), the Google Business Profile completeness widget (connected, score out of 100, and which of the 8 checklist items are done vs todo — Verified, Hours set, Primary category, Website linked, 3+ photos, Description, Services/menu, Attributes), a deterministic Sydekick summary (headline + ranked "fix first" items with impact), prioritized opportunities, actionItems (which specific listing(s) need action and why — publisherName, a translated reason, and whether it's retryable, weight-sorted and capped), and the citation index (how many directories the location is indexed on, current vs prior). Requires locationId. Read-only. You don't pass an agency — it comes from your credentials.

Parameters
locationIdstringrequired
Synup location id (from list_locations or create_location).
Example request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_location_listing_overview",
    "arguments": {
      "locationId": "string"
    }
  }
}
Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Response shape shown for illustration — the actual content depends on the tool and your data.