Get Task Summary
get_task_summaryRetrieve a dashboard-style summary of your task queue: overdue, due today, upcoming, counts by status and assignee, plus AI-assigned tasks. Use to orient on what needs attention at session start.
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. |