Skip to main content
Glama

Task Master

by eyaltoledano

add_task

Create and manage tasks in AI-driven development using Task Master. Add tasks via AI-generated prompts or manual fields, set priorities, dependencies, and details for efficient task tracking.

Instructions

Add a new task using AI

Input Schema

NameRequiredDescriptionDefault
dependenciesNoComma-separated list of task IDs this task depends on
descriptionNoTask description (for manual task creation)
detailsNoImplementation details (for manual task creation)
fileNoPath to the tasks file (default: tasks/tasks.json)
priorityNoTask priority (high, medium, low)
projectRootYesThe directory of the project. Must be an absolute path.
promptNoDescription of the task to add (required if not using manual fields)
researchNoWhether to use research capabilities for task creation
tagNoTag context to operate on
testStrategyNoTest strategy (for manual task creation)
titleNoTask title (for manual task creation)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dependencies": { "description": "Comma-separated list of task IDs this task depends on", "type": "string" }, "description": { "description": "Task description (for manual task creation)", "type": "string" }, "details": { "description": "Implementation details (for manual task creation)", "type": "string" }, "file": { "description": "Path to the tasks file (default: tasks/tasks.json)", "type": "string" }, "priority": { "description": "Task priority (high, medium, low)", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "prompt": { "description": "Description of the task to add (required if not using manual fields)", "type": "string" }, "research": { "description": "Whether to use research capabilities for task creation", "type": "boolean" }, "tag": { "description": "Tag context to operate on", "type": "string" }, "testStrategy": { "description": "Test strategy (for manual task creation)", "type": "string" }, "title": { "description": "Task title (for manual task creation)", "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