asana_user_queue
Retrieve any user's full incomplete task list, bucketed by due date with per-project counts, to review workload and support hand-off reviews.
Instructions
COMPOSITE: one person's FULL incomplete queue — paginated (NOT capped at 100 like the search API), bucketed by due (overdue / due_today / this_week / later / no_due) with a per-project count map. Default user = "me"; pass user= for a teammate (the PAT-owner-only restriction on My Tasks does not apply — this uses /tasks?assignee=). The right call for "what is X sitting on?" and hand-off reviews.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Assignee GID or "me" (default "me") | |
| max_pages | No | Max pages of tasks to follow (default 10 = 1,000 tasks) | |
| workspace | No | Workspace GID (default: configured/auto-detected workspace) |