Skip to main content
Glama

Task Master

by eyaltoledano

remove_task

Delete a task or subtask permanently from the Task Master server's list by specifying its ID and project directory. Supports batch removal and optional confirmation prompt.

Instructions

Remove a task or subtask permanently from the tasks list

Input Schema

NameRequiredDescriptionDefault
confirmNoWhether to skip confirmation prompt (default: false)
fileNoAbsolute path to the tasks file
idYesID of the task or subtask to remove (e.g., '5' or '5.2'). Can be comma-separated to update multiple tasks/subtasks at once.
projectRootYesThe directory of the project. Must be an absolute path.
tagNoSpecify which tag context to operate on. Defaults to the current active tag.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "confirm": { "description": "Whether to skip confirmation prompt (default: false)", "type": "boolean" }, "file": { "description": "Absolute path to the tasks file", "type": "string" }, "id": { "description": "ID of the task or subtask to remove (e.g., '5' or '5.2'). Can be comma-separated to update multiple tasks/subtasks at once.", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "tag": { "description": "Specify which tag context to operate on. Defaults to the current active tag.", "type": "string" } }, "required": [ "id", "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