update_task
Modify an existing task's details, state, priority, or description to keep session memory aligned with current work.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| state | No | New task state (queued, in_progress, done, failed, blocked) | |
| title | No | New task title (optional) | |
| priority | No | New task priority (optional) | |
| description | No | New task description (optional) |