update_task
Update a task's title, description, or status for all task types. Omit workflow ID to resolve task by ID.
Instructions
Update a task title, description, or status. Works for all task types (DB tasks, phase tasks, file-backed tasks). Omit workflowId to update a task by id regardless of its workflow (the server resolves it). Use this instead of update_task_status when you also need to set a title or description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the task. | |
| status | No | New status for the task. | |
| taskId | Yes | Task ID to update. | |
| workflowId | No | Workflow ID that owns the task. Omit to resolve the task by id regardless of its workflow. | |
| description | No | New description for the task. Pass empty string to clear. | |
| workspaceId | No | Workspace ID. Defaults to configured workspace. |