Skip to main content
Glama

mcp-github-project-manager

create_roadmap

Build project roadmaps with defined milestones and tasks, structured for GitHub project management. Streamline project tracking by organizing goals and deadlines within your GitHub workflow.

Instructions

Create a project roadmap with milestones and tasks

Input Schema

NameRequiredDescriptionDefault
milestonesYes
projectYes

Input Schema (JSON Schema)

{ "properties": { "milestones": { "items": { "properties": { "issues": { "type": "string" }, "milestone": { "properties": { "description": { "type": "string" }, "dueDate": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title", "description" ], "type": "object" } }, "required": [ "milestone", "issues" ], "type": "object" }, "type": "array" }, "project": { "properties": { "shortDescription": { "type": "string" }, "title": { "type": "string" }, "visibility": { "enum": [ "private", "public" ] } }, "required": [ "title", "visibility" ], "type": "object" } }, "required": [ "project", "milestones" ], "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