DeltaTask MCP Server

update_task

Update an existing task.

Input Schema

NameRequiredDescriptionDefault
task_idYes
updatesYes

Input Schema (JSON Schema)

{ "properties": { "task_id": { "title": "Task Id", "type": "string" }, "updates": { "title": "Updates", "type": "object" } }, "required": [ "task_id", "updates" ], "title": "update_taskArguments", "type": "object" }