MCPMCP-Tools/Einträge/disconnect_publisher_listing

disconnect_publisher_listing

Writelistings:write

Unlink one publisher (google | facebook | apple | bing) from a location's native directory sync IN OS — archives the location's connection for that publisher and resets its listing status to NOT_LISTED. This does NOT call the publisher to delete or unpublish the live listing on their site; it only stops OS from managing/syncing it. Reversible — reconnecting the location revives it. Identify the location by its id (from list_locations).

Parameter
locationIdstringerforderlich
The location's id (required, from list_locations).
publisher"google" | "facebook" | "apple" | "bing"erforderlich
Which publisher to disconnect (required).
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "disconnect_publisher_listing",
    "arguments": {
      "locationId": "string",
      "publisher": "google"
    }
  }
}
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.