MCPMCP-Tools/Bewertungen/remove_competitor
remove_competitor
Writereviews:write
Stop tracking a competitor, by competitorId (from list_competitors). Agency-scoped.
Parameter
competitorIdstringerforderlich
Competitor id from list_competitors
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "remove_competitor",
"arguments": {
"competitorId": "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.