Skip to main content
Glama

Task Master

by eyaltoledano

delete_tag

Remove a specified tag and its associated tasks from the Task Master MCP server, ensuring clean task management. Input includes tag name and project directory.

Instructions

Delete an existing tag and all its tasks

Input Schema

NameRequiredDescriptionDefault
fileNoPath to the tasks file (default: tasks/tasks.json)
nameYesName of the tag to delete
projectRootYesThe directory of the project. Must be an absolute path.
yesNoSkip confirmation prompts (default: true for MCP)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file": { "description": "Path to the tasks file (default: tasks/tasks.json)", "type": "string" }, "name": { "description": "Name of the tag to delete", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "yes": { "description": "Skip confirmation prompts (default: true for MCP)", "type": "boolean" } }, "required": [ "name", "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