list_tasks
Retrieve tasks from your Delega account, filtered by project, label, due date, or completion status. Your role determines which tasks are visible.
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 |
|---|---|---|---|
| due | No | Filter by due date category | |
| label | No | Filter by label name | |
| claimed | No | Filter by claim status (true = currently claimed tasks) | |
| completed | No | Filter by completion status | |
| project_id | No | Filter by project ID |