update_checklist
Update a task's checklist by adding items, ticking off completed steps, and reopening items to show progress on the board.
Instructions
Break a task into checklist steps and tick them off as you go, so progress is visible on the board while you work. Only tasks you hold, or unclaimed ones, can be changed. Items are never deleted - reopen them instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id whose checklist to update. | |
| add_items | No | New checklist items to append. | |
| reopen_items | No | Checklist item names to un-tick. | |
| complete_items | No | Existing checklist item names to tick off (case-insensitive). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||