MCPMCP-Tools/SEO-Ranking-Tracking/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.

Parameter
locationIdstringoptional
Location id — the id from list_locations. Either id shape works. Regenerates every tracked keyword on this location if keywordId is omitted.
keywordIdstringoptional
A single tracked keyword id to regenerate (from get_ranking_overview's keywords[]).
monthstringoptional
A specific past report month YYYY-MM to regenerate. Omit for the current month.
Beispielanfrage
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "generate_seo_report",
    "arguments": {}
  }
}
Beispielantwort
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "content": [
      {
        "type": "text",
        "text": "..."
      }
    ]
  }
}

Die Antwortform dient nur zur Veranschaulichung — der tatsächliche Inhalt hängt vom Tool und Ihren Daten ab.