MCPMCP-Tools/Bewertungen/add_client_competitor
add_client_competitor
Writereviews:write
Track a new competitor at the CLIENT level (a roll-up competitor shown across every location for that client), by business name. Distinct from add_competitor, which tracks one for a single location. Returns the created competitor profile.
Parameter
clientIdstringerforderlich
The client's id (from list_clients).
namestringerforderlich
Competitor business name
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_client_competitor",
"arguments": {
"clientId": "string",
"name": "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.