Skip to main content
Glama

Task Master

by eyaltoledano

generate

Automatically create individual task files in the tasks/ directory by processing tasks.json. Specify project root, output directory, and optional tag for task management in AI-driven development workflows.

Instructions

Generates individual task files in tasks/ directory based on tasks.json

Input Schema

NameRequiredDescriptionDefault
fileNoAbsolute path to the tasks file
outputNoOutput directory (default: same directory as tasks file)
projectRootYesThe directory of the project. Must be an absolute path.
tagNoTag context to operate on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "file": { "description": "Absolute path to the tasks file", "type": "string" }, "output": { "description": "Output directory (default: same directory as tasks file)", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "tag": { "description": "Tag context to operate on", "type": "string" } }, "required": [ "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