MCPFerramentas MCP/Conexões/reassign_location_connection

reassign_location_connection

Writeconnections:write

Repoint a connected account's location to a different fetched listing from the same connected account (e.g. the wrong Google Business Profile location got matched during connect). The new listing must belong to the same connected account and platform. Identify the connection by its connectionId, and the target by fetchedListingId. Use list_connected_accounts / the account's fetched listings to find candidates.

Parâmetros
connectionIdstringobrigatório
The id of the location-level connection to repoint (required).
fetchedListingIdstringobrigatório
The id of the fetched listing to reassign to (required).
Exemplo de solicitação
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "reassign_location_connection",
    "arguments": {
      "connectionId": "string",
      "fetchedListingId": "string"
    }
  }
}
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.