Skip to main content
Glama

mcp-github-project-manager

expand_task

Break down complex GitHub project tasks into smaller, actionable subtasks using AI analysis, dependency detection, and implementation recommendations for streamlined task management.

Instructions

Break down a complex task into smaller, manageable subtasks with AI-powered analysis, dependency detection, and implementation recommendations

Input Schema

NameRequiredDescriptionDefault
currentComplexityYes
includeAcceptanceCriteriaYes
includeDependenciesYes
includeEstimatesYes
maxDepthYes
maxSubtasksYes
projectTypeNo
targetComplexityYes
taskDescriptionYes
taskTitleYes
teamSkillsNo

Input Schema (JSON Schema)

{ "properties": { "currentComplexity": { "type": "number" }, "includeAcceptanceCriteria": { "type": "string" }, "includeDependencies": { "type": "string" }, "includeEstimates": { "type": "string" }, "maxDepth": { "type": "string" }, "maxSubtasks": { "type": "string" }, "projectType": { "type": "string" }, "targetComplexity": { "type": "string" }, "taskDescription": { "type": "string" }, "taskTitle": { "type": "string" }, "teamSkills": { "items": { "type": "string" }, "type": "array" } }, "required": [ "taskTitle", "taskDescription", "currentComplexity", "maxSubtasks", "maxDepth", "targetComplexity", "includeEstimates", "includeDependencies", "includeAcceptanceCriteria" ], "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/kunwarVivek/mcp-github-project-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server