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.
Get full details of a specific task including subtasks
Attach a branch, commit, pull request, or URL link to a task. Use this when work in a repo, PR, or external artifact should travel with the task.
List branch, commit, pull request, and URL links attached to a task.
Create a new task in Delega
List recurring task templates. Recurrences spawn normal task instances on schedule; completing an instance does not delete the schedule.
Create a recurring task template. The hosted scheduler spawns normal task instances from this template and links them with source_recurrence_id.
Update a recurring task template, including pausing/resuming with active=false/true.
Delete a recurring task template. Existing spawned task instances remain as normal tasks.
Update an existing task's fields
Assign a task to an agent (or unassign by passing null)
Delegate a task: create a child task linked to a parent. The parent's status flips to 'delegated'. Use this (not assign_task) for multi-agent handoffs so the delegation chain is recorded.
+32 more tools listed on main page