Skip to main content
Glama

mcp-github-project-manager

parse_prd

Convert PRDs into actionable development tasks using AI. Includes auto-estimation, prioritization, subtasks, dependencies, lifecycle, traceability matrix, and context for streamlined project management.

Instructions

Parse a Product Requirements Document (PRD) and generate a comprehensive list of actionable development tasks with AI-powered analysis, similar to claude-task-master functionality

Input Schema

NameRequiredDescriptionDefault
autoDetectDependenciesYes
autoEstimateYes
autoPrioritizeYes
contextLevelYes
createLifecycleYes
createTraceabilityMatrixYes
enhancedGenerationYes
includeBusinessContextYes
includeImplementationGuidanceYes
includeSubtasksYes
includeTechnicalContextYes
includeUseCasesYes
maxTasksYes
prdContentYes
projectIdNo
projectTypeNo
targetComplexityNo
teamSkillsNo

Input Schema (JSON Schema)

{ "properties": { "autoDetectDependencies": { "type": "string" }, "autoEstimate": { "type": "string" }, "autoPrioritize": { "type": "string" }, "contextLevel": { "type": "string" }, "createLifecycle": { "type": "string" }, "createTraceabilityMatrix": { "type": "string" }, "enhancedGeneration": { "type": "string" }, "includeBusinessContext": { "type": "string" }, "includeImplementationGuidance": { "type": "string" }, "includeSubtasks": { "type": "string" }, "includeTechnicalContext": { "type": "string" }, "includeUseCases": { "type": "string" }, "maxTasks": { "type": "string" }, "prdContent": { "type": "string" }, "projectId": { "type": "string" }, "projectType": { "type": "string" }, "targetComplexity": { "type": "number" }, "teamSkills": { "items": { "type": "string" }, "type": "array" } }, "required": [ "prdContent", "maxTasks", "includeSubtasks", "autoEstimate", "autoPrioritize", "autoDetectDependencies", "createLifecycle", "createTraceabilityMatrix", "includeUseCases", "enhancedGeneration", "contextLevel", "includeBusinessContext", "includeTechnicalContext", "includeImplementationGuidance" ], "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