Skip to main content
Glama

Task Master

by eyaltoledano

delete_tag

Remove a specific tag and its associated tasks from the Task Master MCP server. Input the tag name, project root, and optionally skip confirmations or specify a tasks file.

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