list_tasks
Filter tasks by project, assignee, or status to see workloads, remaining work, or get task IDs for updates.
Instructions
List tasks, optionally narrowed by project, assignee, and/or status. Use this to
answer what is on someone's plate, what work remains on a project, or to find a
task's id before updating its status. project and assignee accept a name, a
unique name fragment, or an id; status must be todo, in_progress, or done. All
filters combine with AND. Returns the matching tasks with project and assignee
names included for readability. Tasks live in the system selected by
OPS_TASK_BACKEND (the mock platform by default, or ClickUp).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| project | No | ||
| assignee | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |