MCPMCP-Tools/Verbindungen/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).

Parameter
connectionIdstringerforderlich
The id of the connected account to re-score (required).
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "request_connection_matches",
    "arguments": {
      "connectionId": "string"
    }
  }
}
Beispielantwort
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.