list_tasks
Retrieve tasks from your account, filtered by project, label, due date, or completion status. Workers see their own tasks; coordinators see all.
Instructions
List tasks from Delega. Visibility depends on your role: workers see tasks they created, were assigned, completed, or claimed; coordinators and admins see all account tasks — including other agents' work, so act only on tasks assigned to you or unowned ones you claim, and coordinate on teammates' tasks via add_comment. Optionally filtered by project, label, due date, or completion status. To resume work at the start of a session, call with completed:false, then use get_task_context on your tasks to recover prior decisions and state instead of starting from zero.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Filter by project ID | |
| label | No | Filter by label name | |
| due | No | Filter by due date category | |
| completed | No | Filter by completion status | |
| claimed | No | Filter by claim status (true = currently claimed tasks) |