update_task_status
Change a logged task's status to done, in_progress, or blocked when its state changes, such as resolving a blocker or completing work.
Instructions
Update the status of an existing logged task (e.g. unblock it).
Use this when the user says a previously logged item has changed state
— e.g. a blocker just got resolved, or something in progress is now
done. `status` must be one of: "done", "in_progress", "blocked".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |