update_task_status
Update a task's status to todo, in_progress, or done. Provide the task ID and desired status to start, finish, or reopen tasks, and receive the updated task for confirmation.
Instructions
Move a task to a new status: todo, in_progress, or done. Use this when asked to
start, finish, reopen, or otherwise progress a task. Requires the task_id — if you
only know the task by title or assignee, call list_tasks first to find the id (ids
are numeric on the platform backend, alphanumeric strings on ClickUp). Returns the
full updated task so you can confirm the change took effect.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| task_id | Yes |