MCPHerramientas MCP/Seguimiento de posicionamiento 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.

Parámetros
locationIdstringobligatorio
Location id — the id from list_locations. Either id shape works.
keywordIdstringobligatorio
Tracked keyword id (from get_ranking_overview keywords[])
rownumberobligatorio
Grid row index (0-based)
colnumberobligatorio
Grid column index (0-based)
monthstringopcional
Report month YYYY-MM (optional; defaults to latest)
Solicitud de ejemplo
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_ranking_grid_point",
    "arguments": {
      "locationId": "string",
      "keywordId": "string",
      "row": 0,
      "col": 0
    }
  }
}
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.