MCPFerramentas MCP/Rastreamento de ranking SEO/generate_seo_report
generate_seo_report
Writelistings:write
Trigger (re)generation of ranking-grid reports in the background — either for one tracked keyword, every keyword on a location, or a specific past month. This queues the scrape/compute job and returns immediately (generating:true); poll get_ranking_overview afterward to see the result once it lands. Pass keywordId, or locationId (to regenerate every keyword on that location), or both.
Parâmetros
locationIdstringopcional
Location id — the id from list_locations. Either id shape works. Regenerates every tracked keyword on this location if keywordId is omitted.
keywordIdstringopcional
A single tracked keyword id to regenerate (from get_ranking_overview's keywords[]).
monthstringopcional
A specific past report month YYYY-MM to regenerate. Omit for the current month.
Exemplo de solicitação
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "generate_seo_report",
"arguments": {}
}
}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.