MCPFerramentas MCP/Anúncios em diretórios/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
locationIdstringobrigatório
The location's id (required, from list_locations).
publisher"google" | "facebook" | "apple" | "bing"obrigatório
Which publisher to disconnect (required).
Exemplo de solicitação
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "disconnect_publisher_listing",
    "arguments": {
      "locationId": "string",
      "publisher": "google"
    }
  }
}
Exemplo de resposta
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.