get_google_listings
Browse the Google locations that have been fetched for a connected account (call trigger_google_fetch first if none are available). With no folder, returns the list of Google Business account folders (each with a location count). With a folder, returns that folder's locations — each with its fetchedListingId, resource name, name, address, verification state, whether it's already imported (connected), whether an unfinished import is still holding it (inFlight), and whether its category maps to a supported one. Pass the fetchedListingIds you want to create_location_from_google — skip any with connected or inFlight set, since neither can be imported now; an inFlight one becomes importable once that run finishes or is released. Optionally filter a folder by search text. You don't pass an agency — it comes from your credentials.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_google_listings",
"arguments": {
"clientId": "string",
"connectionId": "string"
}
}
}{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.