set_task_status
Change a task's status by supplying its ID and a new status value (open, in-progress, in-review, done, dropped, pruned).
Instructions
Convenience wrapper around update_task for status changes.
task_id accepts any reference form — UUID, sequence shorthand
(#123, personal-org only), canonical ref (acme-123), or app URL.
Accepts open, in-progress, in-review, done, dropped, pruned.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| status | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |