MCPHerramientas MCP/Conexiones/request_connection_matches

request_connection_matches

Writeconnections:write

Re-run NAP (name/address/phone) match scoring on a connected account's already-fetched listings. Does NOT re-fetch from the platform — that's refetch_connection_listings. Rate-limited to once per 24 hours per account (returns a 24h-cooldown error with retryAt if called again too soon). Identify the account by its connectionId (from list_connected_accounts).

Parámetros
connectionIdstringobligatorio
The id of the connected account to re-score (required).
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "request_connection_matches",
    "arguments": {
      "connectionId": "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.