MCPHerramientas MCP/Conexiones/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
connectionIdstringobligatorio
The id of the location-level connection to repoint (required).
fetchedListingIdstringobligatorio
The id of the fetched listing to reassign to (required).
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "reassign_location_connection",
    "arguments": {
      "connectionId": "string",
      "fetchedListingId": "string"
    }
  }
}
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.