task_update
Update task status, description, or acceptance criteria. Mark tasks complete or change Kanban board status to track progress.
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 |
|---|---|---|---|
| status | No | Task status for Kanban board (todo, doing, done) | |
| 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 |