Skip to main content
Glama

Task Master

by eyaltoledano

clear_subtasks

Remove subtasks from specific tasks or all tasks in Task Master. Specify task IDs, use a file path, or operate within a project directory to manage task hierarchies effectively.

Instructions

Clear subtasks from specified tasks

Input Schema

NameRequiredDescriptionDefault
allNoClear subtasks from all tasks
fileNoAbsolute path to the tasks file (default: tasks/tasks.json)
idNoTask IDs (comma-separated) to clear subtasks from
projectRootYesThe directory of the project. Must be an absolute path.
tagNoTag context to operate on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "all": { "description": "Clear subtasks from all tasks", "type": "boolean" }, "file": { "description": "Absolute path to the tasks file (default: tasks/tasks.json)", "type": "string" }, "id": { "description": "Task IDs (comma-separated) to clear subtasks from", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "tag": { "description": "Tag context to operate on", "type": "string" } }, "required": [ "projectRoot" ], "type": "object" }

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/eyaltoledano/claude-task-master'

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