task_update
Update a task's description, title, or priority to record progress notes or correct metadata. Any agent can update a task.
Instructions
Update a task's description, title, or priority.
Use to record progress notes on a task you're working on, or to correct metadata. Any agent in the project can update a task, not just the assignee.
Args: task_id: ID of the task to update. description: Text for the description field. Omit to leave unchanged. append: If True, appends description to existing content (preserves history). If False (default), replaces entirely. title: New title. Omit to leave unchanged. priority: low, normal, or high. Omit to leave unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| description | No | ||
| append | No | ||
| title | No | ||
| priority | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |