task_update
Update a task's status and details including description, acceptance criteria, and completion state for Kanban board progress tracking.
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) |