MCPHerramientas MCP/Reseñas/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.
Parámetros
clientIdstringobligatorio
The client's id (from list_clients).
namestringobligatorio
Competitor business name
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_client_competitor",
"arguments": {
"clientId": "string",
"name": "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.