task_update
Modify any task field while keeping others unchanged. Block completion when subtasks remain, with an explicit force option for verified overrides.
Instructions
Update a task; pass only fields to change. Completing it while subtasks are unfinished is refused unless force is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| tags | No | ||
| force | No | Proceed despite unmet prerequisites. Only when a human decided the blocker no longer applies — never on your own initiative. Logged. | |
| title | No | ||
| status | No | ||
| due_date | No | ||
| priority | No | ||
| depends_on | No | Task IDs this task depends on (replaces existing) | |
| sort_order | No | ||
| source_ref | No | Link to source code location | |
| assigned_to | No | ||
| description | No | ||
| actual_hours | No | ||
| estimated_hours | No |