MCPMCP-Tools/SEO-Ranking-Tracking/add_seo_competitor
add_seo_competitor
Writelistings:write
Add a competitor to track on a location's local-search ranking grid, by business name (resolved to a Google place near the location when possible). Tracking a competitor here also makes it available to the Reviews and AEO modules for the same location (competitors are shared across modules). Re-adding a previously-removed competitor re-activates it. Requires locationId and name.
Parameter
locationIdstringerforderlich
Location id — the id from list_locations. Either id shape works.
namestringerforderlich
The competitor's business name (required).
Beispielanfrage
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_seo_competitor",
"arguments": {
"locationId": "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.