get_dashboard_report
Generate a structured dashboard report with project metrics, velocity, daily activity, and actionable task lists. Use it for project reviews, status checks, and weekly or monthly reporting.
Instructions
Get a structured dashboard report with project metrics, velocity, and activity.
Returns a JSON report containing vault summary (notes/tasks by type and status), per-project breakdowns (task counts, progress %, velocity, recent completions), daily activity data, and actionable task lists (overdue, high_priority, upcoming_deadlines). Use for rich status checks, project reviews, and weekly/monthly reporting.
Args: project: Scope to a specific project (ID or folder name). Omit for vault-wide report. activity_days: Days of activity history to include (default: 30).
Returns: JSON dashboard report or error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | ||
| activity_days | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |