get_location_listing_overview
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.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_location_listing_overview",
"arguments": {
"locationId": "string"
}
}
}{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.