MCPMCP Tools/Connections/confirm_suggested_match

confirm_suggested_match

Writeconnections:write

Confirm a NAP-scoring suggestion: creates a location-level connection from a fetched listing the scoring engine already matched to a Synup location. Identify the listing by its fetchedListingId (from the suggested-matches list). Fails if the listing has no matched location, is already connected, or the location already has a connection on that platform.

Parameters
fetchedListingIdstringrequired
The id of the fetched listing to confirm (required).
Example request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "confirm_suggested_match",
    "arguments": {
      "fetchedListingId": "string"
    }
  }
}
Example response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Response shape shown for illustration — the actual content depends on the tool and your data.