MCPHerramientas MCP/Listados/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).

Parámetros
locationIdstringobligatorio
The location's id (required, from list_locations).
publisher"google" | "facebook" | "apple" | "bing"obligatorio
Which publisher to disconnect (required).
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "disconnect_publisher_listing",
    "arguments": {
      "locationId": "string",
      "publisher": "google"
    }
  }
}
Respuesta de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forma de la respuesta se muestra a modo ilustrativo — el contenido real depende de la herramienta y de tus datos.