Skip to main content
Glama

Task Master

by eyaltoledano

scope_up_task

Enhance task complexity using AI by defining IDs, strength level, and optional custom prompts for targeted scoping adjustments.

Instructions

Increase the complexity of one or more tasks using AI

Input Schema

NameRequiredDescriptionDefault
fileNoPath to the tasks file (default: tasks/tasks.json)
idYesComma-separated list of task IDs to scope up (e.g., "1,3,5")
projectRootYesThe directory of the project. Must be an absolute path.
promptNoCustom prompt for specific scoping adjustments
researchNoWhether to use research capabilities for scoping
strengthNoStrength level: light, regular, or heavy (default: regular)
tagNoTag context to operate on

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" }, "id": { "description": "Comma-separated list of task IDs to scope up (e.g., \"1,3,5\")", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "type": "string" }, "prompt": { "description": "Custom prompt for specific scoping adjustments", "type": "string" }, "research": { "description": "Whether to use research capabilities for scoping", "type": "boolean" }, "strength": { "description": "Strength level: light, regular, or heavy (default: regular)", "type": "string" }, "tag": { "description": "Tag context to operate on", "type": "string" } }, "required": [ "id", "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