Skip to main content
Glama

TaskFlow MCP

mark_subtask_done

Mark a subtask as completed by providing its requestId, taskId, and subtaskId in TaskFlow MCP. Updates progress table with subtask status, ensuring all subtasks are done before marking the main task as finished.

Instructions

Mark a subtask as done. Provide 'requestId', 'taskId', and 'subtaskId'.

A progress table will be displayed showing the updated status of all tasks and subtasks.

All subtasks must be completed before a task can be marked as done.

Input Schema

NameRequiredDescriptionDefault
requestIdYes
subtaskIdYes
taskIdYes

Input Schema (JSON Schema)

{ "properties": { "requestId": { "type": "string" }, "subtaskId": { "type": "string" }, "taskId": { "type": "string" } }, "required": [ "requestId", "taskId", "subtaskId" ], "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/Aekkaratjerasuk/taskflow-mcp'

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