Skip to main content
Glama

Task Master

by eyaltoledano

use_tag

Switch to a specified tag context in the Task Master server to manage and organize tasks efficiently. Use this tool to update task operations and streamline project workflows.

Instructions

Switch to a different tag context for task operations

Input Schema

NameRequiredDescriptionDefault
fileNoPath to the tasks file (default: tasks/tasks.json)
nameYesName of the tag to switch to
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" }, "name": { "description": "Name of the tag to switch to", "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