MCPHerramientas MCP/Seguimiento de posicionamiento SEO/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.
Parámetros
locationIdstringobligatorio
Location id — the id from list_locations. Either id shape works.
namestringobligatorio
The competitor's business name (required).
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_seo_competitor",
"arguments": {
"locationId": "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.