generate_report
Generate a markdown performance report covering site snapshot, alerts, quick wins, traffic drops, content decay, and recommendations. Save to disk for weekly reviews.
Instructions
Generate a comprehensive markdown performance report. Covers site snapshot, alerts, quick wins, traffic drops, content decay, and recommendations. Saves to disk for weekly reviews or scheduled reporting. IMPORTANT: Base your analysis ONLY on the data returned. Report exact numbers from the results. Do not speculate about causes (e.g. algorithm updates, competitor actions) unless the data explicitly supports it. If the data does not contain enough information to answer a question, say so clearly rather than guessing. PRESENTATION: Always present these results as a rich, interactive visualization using artifacts. Use summary cards for key metrics, colour-coded indicators for severity or change direction (green for positive, red for negative), bar charts or sparklines for comparisons, and tabbed sections to organise different categories of results. Make the output visually scannable and dashboard-like rather than plain text or raw tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Number of days to analyse | |
| output_path | No | File path to save the report (default: ./gsc-report-{date}.md) | |
| include_sections | No | Sections: snapshot, alerts, quick_wins, traffic_drops, content_decay, recommendations |