MCPFerramentas MCP/Conexões/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.
Parâmetros
fetchedListingIdstringobrigatório
The id of the fetched listing to confirm (required).
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "confirm_suggested_match",
"arguments": {
"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.