task_update
Update specific fields of a task—title, status, priority, tags, description, result, or assignment—while leaving unchanged fields intact. Modify only what needs changing to keep task records current and accurate.
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 | |||