Get Stuck List
get_stuck_listFind tasks that are stuck, stale, or overdue and get suggested triage actions. Focuses on in-progress tasks inactive for N days, blocked tasks, and overdue tasks.
Instructions
Surface stuck, stale, and overdue tasks that need triage. Returns in_progress tasks untouched for N days, blocked tasks, and overdue tasks (todo or in_progress with past due date). Each row includes days_stale and a suggested triage action. Response includes a render field with tiered rendering guidance - check it before composing your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Filter by scope. Omit for combined view. | |
| timezone | No | IANA timezone (e.g. 'America/New_York'). Used for accurate 'today' calculation. | |
| max_age_days | No | Days of inactivity that qualify as 'stale' for in_progress tasks. Defaults to 7. |