MCPMCP-Tools/SEO-Ranking-Tracking/add_seo_keywords

add_seo_keywords

Writelistings:write

Start tracking one or more keywords on a location's local-search ranking grid (geo-grid rank tracker). Up to 25 keywords total per location — extras beyond the cap are silently dropped. Re-adding an already-tracked keyword just re-activates it. Requires the location to have latitude/longitude set (throws otherwise). Optionally set gridSize (3, 5, or 7 — default 7) and distanceKm (default 1.5) the first time you configure a location's grid. excluded skips specific grid points from measurement (e.g. a lake, a rival's territory) — pass the (row, col) cells to exclude, 0-indexed from the grid's top-left.

Parameter
locationIdstringerforderlich
Location id — the id from list_locations. Either id shape works. Required.
keywordsstring[]erforderlich
Keywords to track (required, up to 25 total per location).
gridSize3 | 5 | 7optional
Grid size (default 7).
distanceKmnumberoptional
Distance between grid points in km (default 1.5).
excludedobject[]optional
Grid points to exclude from measurement, as {row, col} pairs.
rownumberoptional
Row index, 0-indexed.
colnumberoptional
Column index, 0-indexed.
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "add_seo_keywords",
    "arguments": {
      "locationId": "string",
      "keywords": [
        "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.