Skip to main content
Glama

TaskFlow MCP

update_task

Modify an existing task's title or description in TaskFlow MCP. Only uncompleted tasks are eligible for updates. Displays progress table with revised task details.

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinkpixel-dev/taskflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server