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
Name | Required | Description | Default |
---|---|---|---|
file | No | Path to the tasks file (default: tasks/tasks.json) | |
name | Yes | Name of the tag to delete | |
projectRoot | Yes | The directory of the project. Must be an absolute path. | |
yes | No | Skip confirmation prompts (default: true for MCP) |