Skip to main content
Glama

TaskFlow MCP

delete_subtask

Remove an uncompleted subtask from a task in TaskFlow MCP by providing requestId, taskId, and subtaskId. View the updated task progress with remaining subtasks.

Instructions

Delete a subtask from a task. Provide 'requestId', 'taskId', and 'subtaskId'.

Only uncompleted subtasks can be deleted.

A progress table will be displayed showing the updated task with its remaining subtasks.

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