task_update
Update task status, summary, description, or acceptance criteria to track progress on a Kanban board.
Instructions
Update a task's status or details. Use this to:
Mark tasks as completed when done
Update task description with implementation notes
Modify acceptance criteria
Change task status for Kanban board
Always mark tasks complete when you finish them to track progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The task ID to update | |
| summary | No | New summary for the task | |
| description | No | New description for the task | |
| isCompleted | No | Mark task as completed (true) or incomplete (false) | |
| acceptanceCriteria | No | Updated acceptance criteria | |
| status | No | Task status for Kanban board (todo, doing, done) |