get_task_report
Retrieve formatted output from a named Taskwarrior report. Apply optional filters to scope results, such as 'project:work'.
Instructions
Run a named Taskwarrior report and return its output. Read-only.
Built-in report names: 'next', 'blocked', 'overdue', 'active', 'completed', 'all', 'summary', 'burndown.daily'. Custom reports defined in .taskrc are also supported.
filters: Taskwarrior filter syntax appended to the report's own filter (e.g. 'project:work' to scope 'next' to one project).
Use list_tasks for raw JSON output. Use this tool when the formatted report view or urgency ordering is more useful.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report_name | Yes | ||
| filters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |