MCPHerramientas MCP/Seguimiento de posicionamiento SEO/update_seo_grid_config
update_seo_grid_config
Writelistings:write
Update a location's rank-grid measurement config: grid size, distance between points, excluded grid points, or whether water points count toward stats (includeWaterPoints — water cells are always scraped either way; this only controls whether they're counted and shown). Pass only the fields you want to change. Config set here takes effect going forward, same as passing gridSize/distanceKm/excluded to add_seo_keywords the first time a location's grid is configured.
Parámetros
locationIdstringobligatorio
Location id — the id from list_locations. Either id shape works. Required.
gridSize3 | 5 | 7opcional
Grid size.
distanceKmnumberopcional
Distance between grid points in km.
excludedobject[]opcional
Grid points to exclude from measurement, as {row, col} pairs.
rownumberopcional
Row index, 0-indexed.
colnumberopcional
Column index, 0-indexed.
includeWaterPointsbooleanopcional
Whether water grid points count toward stats.
Solicitud de ejemplo
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "update_seo_grid_config",
"arguments": {
"locationId": "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.