task_list
List tasks with filters on status, project, or tag to coordinate multi-agent assignment and find work.
Instructions
List tasks. Call with status="open" to find work that needs doing.
Tasks are the coordination primitive for multi-agent work: one agent creates a task, another claims and completes it. Check for open tasks before creating new ones.
Args: status: open, claimed, completed, or failed. Omit for all. project: Filter by project name. tag: Filter to tasks carrying this tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | open, claimed, completed, or failed. Omit for all. | |
| project | No | Filter by project name. | |
| tag | No | Filter to tasks carrying this tag. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |