get_activity_report
Generate a weekly or monthly activity report with productivity metrics (heatmap, coverage, progress) and actionable sections for overdue tasks, deadlines, and stale notes.
Instructions
Generate a metrics-centric activity report for a time period.
Returns aggregate productivity metrics: activity heatmap, daily note coverage, project progress stats, and actionable sections (overdue tasks, upcoming deadlines, high priority, stale notes). Supports both weekly and monthly periods (context week does not support monthly).
For task-level detail (individual task lists, in-progress tracking, per-day focus), use get_context_week instead.
Args: month: Month in YYYY-MM format (e.g. '2025-01' for January 2025). Cannot be used with 'week'. week: Week in YYYY-Wxx format (e.g. '2025-W05' for week 5 of 2025). Cannot be used with 'month'.
Returns: Activity report for the specified period.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | No | ||
| month | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |