Skip to main content
Glama

Task Master

by eyaltoledano

expand_all

Break down complex tasks into manageable subtasks using predefined rules, research insights, or custom prompts. Regenerate subtasks as needed for efficient task management in AI-driven development.

Instructions

Expand all pending tasks into subtasks based on complexity or defaults

Input Schema

NameRequiredDescriptionDefault
fileNoAbsolute path to the tasks file in the /tasks folder inside the project root (default: tasks/tasks.json)
forceNoForce regeneration of subtasks for tasks that already have them
numNoTarget number of subtasks per task (uses complexity/defaults otherwise)
projectRootNoAbsolute path to the project root directory (derived from session if possible)
promptNoAdditional context to guide subtask generation for all tasks
researchNoEnable research-backed subtask generation (e.g., using Perplexity)
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 in the /tasks folder inside the project root (default: tasks/tasks.json)", "type": "string" }, "force": { "description": "Force regeneration of subtasks for tasks that already have them", "type": "boolean" }, "num": { "description": "Target number of subtasks per task (uses complexity/defaults otherwise)", "type": "string" }, "projectRoot": { "description": "Absolute path to the project root directory (derived from session if possible)", "type": "string" }, "prompt": { "description": "Additional context to guide subtask generation for all tasks", "type": "string" }, "research": { "description": "Enable research-backed subtask generation (e.g., using Perplexity)", "type": "boolean" }, "tag": { "description": "Tag context to operate on", "type": "string" } }, "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