list_task_statuses
Return every task status configured in the authenticated user’s team,
ordered by order ascending. Use this to discover valid taskStatusId
values for create_task and
update_task.
This tool takes no arguments.
Output
Section titled “Output”A single text content block containing a JSON array of task status objects.
| Field | Type | Description |
|---|---|---|
id | number | Numeric ID of the status. |
name | string | Display name of the status. |
color | string | null | Hex color used in the UI, or null if not set. |
isDefault | boolean | true for the status applied to new tasks when none is specified. |
isCompleted | boolean | true if tasks in this status are considered done. |
order | number | Sort position used in the UI. |