TaskFlow MCP

update_task

Modify an existing uncompleted task's title and description to reflect changes in progress. Displays updated task details in a progress table for tracking.

Instructions

Update an existing task's title and/or description. Only uncompleted tasks can be updated.

A progress table will be displayed showing the updated task information.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
requestIdYes
taskIdYes
titleNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "requestId": { "type": "string" }, "taskId": { "type": "string" }, "title": { "type": "string" } }, "required": [ "requestId", "taskId" ], "type": "object" }

You must be authenticated.

Other Tools from TaskFlow MCP

Related Tools

ID: cry5fail23