MCPFerramentas MCP/Avaliações/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
clientIdstringobrigatório
The client's id (from list_clients).
namestringobrigatório
Competitor business name
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_client_competitor",
"arguments": {
"clientId": "string",
"name": "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.