MCPOutils MCP/Suivi du positionnement SEO/get_ranking_rollup
get_ranking_rollup
Readlistings:read
Google ranking across locations — Multi-location Ranking roll-up across a client's (or the whole agency's) locations: per-location avg grid rank, top3Pct, top10Pct, best keyword, and the location's tags. Optional clientId scopes to one client; omit for agency-wide. Optional tags narrows to locations carrying ANY of the given internal tags (from list_location_tags). Aggregated from stored ranking reports.
Paramètres
clientIdstringfacultatif
Scope to one client (from list_clients; omit for agency-wide)
tagsstring[]facultatif
Internal tags — narrow to locations carrying ANY of these (from list_location_tags). Each row also carries its location's tags.
Exemple de requête
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_ranking_rollup",
"arguments": {}
}
}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.