Skip to main content
Glama

Task Master

by eyaltoledano

complexity_report

Generate and format task complexity analysis reports from project data for clear insights. Input a project directory to visualize task breakdowns and improve development workflows.

Instructions

Display the complexity analysis report in a readable format

Input Schema

NameRequiredDescriptionDefault
fileNoPath to the report file (default: .taskmaster/reports/task-complexity-report.json)
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 report file (default: .taskmaster/reports/task-complexity-report.json)", "type": "string" }, "projectRoot": { "description": "The directory of the project. Must be an absolute path.", "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