MCPMCP-Tools/SEO-Ranking-Tracking/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.

Parameter
locationIdstringerforderlich
Location id — the id from list_locations. Either id shape works. Required.
gridSize3 | 5 | 7optional
Grid size.
distanceKmnumberoptional
Distance between grid points in km.
excludedobject[]optional
Grid points to exclude from measurement, as {row, col} pairs.
rownumberoptional
Row index, 0-indexed.
colnumberoptional
Column index, 0-indexed.
includeWaterPointsbooleanoptional
Whether water grid points count toward stats.
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "update_seo_grid_config",
    "arguments": {
      "locationId": "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.