MCPMCP-Tools/Einträge/fanout_listing_updates
fanout_listing_updates
Writelistings:write
Push a location's current business-info fields out to every connected major directory/publisher in one call (a manual re-sync, e.g. after fixing stale data outside the normal update flow). Pass specific field names to limit which fields are pushed, or omit to push the full default set. Returns a per-publisher result. Identify the location by its id (from list_locations).
Parameter
locationIdstringerforderlich
The location's id (required, from list_locations).
fieldsstring[]optional
Specific field names to push. Omit to push the default full set.
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "fanout_listing_updates",
"arguments": {
"locationId": "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.