Skip to main content
Glama

Task Master

by eyaltoledano

copy_tag

Duplicates an existing tag within the Task Master server to create a new tag, retaining all associated tasks and metadata. Specify source and target tag names for efficient task organization in AI-driven projects.

Instructions

Copy an existing tag to create a new tag with all tasks and metadata

Input Schema

NameRequiredDescriptionDefault
descriptionNoOptional description for the new tag
fileNoPath to the tasks file (default: tasks/tasks.json)
projectRootYesThe directory of the project. Must be an absolute path.
sourceNameYesName of the source tag to copy from
targetNameYesName of the new tag to create

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "Optional description for the new tag", "type": "string" }, "file": { "description": "Path to the tasks file (default: tasks/tasks.json)", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "sourceName": { "description": "Name of the source tag to copy from", "type": "string" }, "targetName": { "description": "Name of the new tag to create", "type": "string" } }, "required": [ "sourceName", "targetName", "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