update_task
Update an existing task with new title, description, status, priority, or assignee. Validates status transitions and dependencies to maintain workflow integrity.
Instructions
Updates an existing task. Validates status transitions and dependencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| tags | No | Task tags for categorization | |
| title | No | New task title | |
| status | No | New task status | |
| assignee | No | Task assignee | |
| category | No | Task category for visual filtering | |
| priority | No | Task priority | |
| description | No | New task description | |
| dependencies | No | New array of task IDs this task depends on |