update_task_status
Change a task's status to todo, in_progress, or done. Use this to start, finish, or reopen tasks by providing the task ID and desired status.
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 |
|---|---|---|---|
| task_id | Yes | ||
| status | Yes |