update_task
Update a task's status, priority, title, or description by ID. Optionally set the project root.
Instructions
Update a task's status, priority, or description by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root directory. | . |
| title | No | New title (if changing). | |
| status | No | One of: pending, in_progress, blocked, completed, cancelled. | |
| task_id | Yes | The task ID (e.g. TASK-0001). | |
| priority | No | One of: critical, high, medium, low. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |