MCPMCP Tools/Reviews/remove_competitor

remove_competitor

Writereviews:write

Stop tracking a competitor, by competitorId (from list_competitors). Agency-scoped.

Parameters
competitorIdstringrequired
Competitor id from list_competitors
Example request
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "remove_competitor",
    "arguments": {
      "competitorId": "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.