Get Task Summary
get_task_summarySummarize the task queue showing overdue, due today, upcoming tasks, counts by status and assignee, and AI tasks for @-prefixed agents. Use at session start to determine what needs attention.
Instructions
Dashboard-style summary of the task queue: overdue, due today, upcoming, counts by status, by assignee, and a dedicated AI tasks section for tasks assigned to @-prefixed agents. Call at session start to orient on what needs attention. Response includes a render field with tiered rendering guidance - check it before composing your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Upcoming window in days (7, 14, or 30). Defaults to 7. | |
| scope | No | Limit summary to one scope. Omit for combined view. | |
| timezone | No | IANA timezone string (e.g. 'America/New_York'). When provided, 'today' is computed in the user's local timezone rather than UTC, preventing off-by-one date errors for users in western-hemisphere timezones after ~7 pm UTC. |