task_list
List tasks by status and project to coordinate multi-agent work. Check open tasks before creating new ones to avoid duplication.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |