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
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) |