update_task
Update an existing task's attributes—such as name, description, dependencies, parent task, or metadata—to maintain workflow accuracy.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the task to update | |
| name | No | New name for the task | |
| description | No | New description for the task | |
| dependencies | No | New dependencies for the task | |
| parentTaskId | No | New parent task ID for the task | |
| metadata | No | New metadata for the task |