Skip to main content
Glama

Task Master

by eyaltoledano

rename_tag

Update tag names in task management files to improve organization and clarity. Specify the old and new tag names along with the project directory for precise renaming.

Instructions

Rename an existing tag

Input Schema

NameRequiredDescriptionDefault
fileNoPath to the tasks file (default: tasks/tasks.json)
newNameYesNew name for the tag
oldNameYesCurrent name of the tag to rename
projectRootYesThe directory of the project. Must be an absolute path.

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" }, "newName": { "description": "New name for the tag", "type": "string" }, "oldName": { "description": "Current name of the tag to rename", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" } }, "required": [ "oldName", "newName", "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