MCPFerramentas MCP/Rastreamento de ranking 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
locationIdstringobrigatório
Location id — the id from list_locations. Either id shape works.
keywordIdstringobrigatório
Tracked keyword id (from get_ranking_overview keywords[])
rownumberobrigatório
Grid row index (0-based)
colnumberobrigatório
Grid column index (0-based)
monthstringopcional
Report month YYYY-MM (optional; defaults to latest)
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_ranking_grid_point",
"arguments": {
"locationId": "string",
"keywordId": "string",
"row": 0,
"col": 0
}
}
}Exemplo de resposta
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"content": [
{
"type": "text",
"text": "..."
}
]
}
}O formato da resposta é ilustrativo — o conteúdo real depende da ferramenta e dos seus dados.