list_tasks
Retrieve tasks filtered by project, assignee, or status to view work assignments, check project progress, or find task IDs for status 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 |
|---|---|---|---|
| project | No | ||
| assignee | No | ||
| status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |