task_update
Update a task's status, assignee, result, priority, tags, title, or description by specifying only the fields to change.
Instructions
Update a task's fields (partial update — only provided fields are changed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | New tag list (replaces existing tags) | |
| title | No | New task title | |
| result | No | Task result text (typically filled when completing) | |
| status | No | New status: pending / blocked / running / completed / failed | |
| task_id | Yes | Task ID (required) | |
| priority | No | Priority: critical / high / medium / low | |
| assigned_to | No | Agent name or ID to assign the task to | |
| description | No | New task description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||