MCPOutils MCP/Suivi du positionnement SEO/get_ranking_grid_point

get_ranking_grid_point

Readlistings:read

Drill into ONE grid cell of the rank map: the businesses ranked at that point for a keyword (rank, name, rating, review count, category, address, website, and whether it's you). Requires locationId, keywordId (from get_ranking_overview), and the cell's row + col (0-indexed grid coordinates). Optional month (defaults to latest). This is the 'click a grid point' drill-down.

Paramètres
locationIdstringobligatoire
Location id — the id from list_locations. Either id shape works.
keywordIdstringobligatoire
Tracked keyword id (from get_ranking_overview keywords[])
rownumberobligatoire
Grid row index (0-based)
colnumberobligatoire
Grid column index (0-based)
monthstringfacultatif
Report month YYYY-MM (optional; defaults to latest)
Exemple de requête
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_ranking_grid_point",
    "arguments": {
      "locationId": "string",
      "keywordId": "string",
      "row": 0,
      "col": 0
    }
  }
}
Exemple de réponse
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

La forme de la réponse est indicative — le contenu réel dépend de l'outil et de vos données.