Skip to main content
Glama

Task Master

by eyaltoledano

add_tag

Organize tasks efficiently by creating custom tags, copying tasks from existing tags, and integrating with git branches for streamlined task management.

Instructions

Create a new tag for organizing tasks in different contexts

Input Schema

NameRequiredDescriptionDefault
copyFromCurrentNoWhether to copy tasks from the current tag (default: false)
copyFromTagNoSpecific tag to copy tasks from
descriptionNoOptional description for the tag
fileNoPath to the tasks file (default: tasks/tasks.json)
fromBranchNoCreate tag name from current git branch (ignores name parameter)
nameYesName of the new tag to create
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": { "copyFromCurrent": { "description": "Whether to copy tasks from the current tag (default: false)", "type": "boolean" }, "copyFromTag": { "description": "Specific tag to copy tasks from", "type": "string" }, "description": { "description": "Optional description for the tag", "type": "string" }, "file": { "description": "Path to the tasks file (default: tasks/tasks.json)", "type": "string" }, "fromBranch": { "description": "Create tag name from current git branch (ignores name parameter)", "type": "boolean" }, "name": { "description": "Name of the new tag to create", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" } }, "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