Skip to main content
Glama

Task Master

by eyaltoledano

complexity_report

Analyze and display task complexity metrics in a clear, readable format to help developers assess and manage their AI-driven project workflows effectively.

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