MCPMCP-Tools/Kunden/trigger_google_fetch
trigger_google_fetch
Writeclients:write
Start fetching the locations under a connected Google account so they become browsable/importable. This runs in the background; poll list_google_accounts and watch the account's fetchStatus and available count, then call get_google_listings. Starts (or restarts) the background fetch and returns once it's queued. You don't pass an agency — it comes from your credentials.
Parameter
clientIdstringerforderlich
The client that owns the Google account (from list_clients).
connectionIdstringerforderlich
The Google account to fetch (from list_google_accounts).
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "trigger_google_fetch",
"arguments": {
"clientId": "string",
"connectionId": "string"
}
}
}Beispielantwort
{
"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.