Skip to main content
Glama

mcp-github-project-manager

add_feature

Add new features to PRDs or projects, analyze their impact, and convert them into actionable tasks with full lifecycle management in GitHub Projects V2.

Instructions

Add a new feature to an existing PRD or project, analyze its impact, and expand it into actionable tasks with complete lifecycle management

Input Schema

NameRequiredDescriptionDefault
autoApproveYes
businessJustificationNo
createLifecycleYes
descriptionYes
expandToTasksYes
featureIdeaYes
requestedByYes
targetPRDNo
targetProjectNo
targetUsersNo

Input Schema (JSON Schema)

{ "properties": { "autoApprove": { "type": "string" }, "businessJustification": { "type": "string" }, "createLifecycle": { "type": "string" }, "description": { "type": "string" }, "expandToTasks": { "type": "string" }, "featureIdea": { "type": "string" }, "requestedBy": { "type": "string" }, "targetPRD": { "type": "string" }, "targetProject": { "type": "string" }, "targetUsers": { "items": { "type": "string" }, "type": "array" } }, "required": [ "featureIdea", "description", "requestedBy", "autoApprove", "expandToTasks", "createLifecycle" ], "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