task_update
Update task metadata including description, title, priority, project, or tags. Append notes to preserve history or correct details.
Instructions
Update a task's description, title, priority, project, or tags.
Use to record progress notes on a task you're working on, correct metadata, or transfer a task to a different project. Any project member can update tags.
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. project: Move the task into this project. Omit to leave unchanged. tags: Replace the tags list. Any project member can set this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to update. | |
| description | No | Text for the description field. Omit to leave unchanged. | |
| append | No | If True, appends description to existing content (preserves history). If False (default), replaces entirely. | |
| title | No | New title. Omit to leave unchanged. | |
| priority | No | low, normal, or high. Omit to leave unchanged. | |
| project | No | Move the task into this project. Omit to leave unchanged. | |
| tags | No | Replace the tags list. Any project member can set this. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |