Skip to main content
Glama

parse_prd

Convert Product Requirements Documents into actionable development tasks with AI analysis, generating task lists, estimates, priorities, dependencies, and traceability matrices for GitHub 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
prdContentYes
maxTasksYes
includeSubtasksYes
autoEstimateYes
autoPrioritizeYes
autoDetectDependenciesYes
targetComplexityNo
teamSkillsNo
projectTypeNo
createLifecycleYes
createTraceabilityMatrixYes
includeUseCasesYes
projectIdNo
enhancedGenerationYes
contextLevelYes
includeBusinessContextYes
includeTechnicalContextYes
includeImplementationGuidanceYes

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" }

Latest Blog Posts

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/HarshKumarSharma/MCP'

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