Skip to main content
Glama

mcp-github-project-manager

create_sprint

Initiate a new development sprint by defining its title, description, start and end dates, and associated issue IDs within GitHub Projects V2 via the MCP server.

Instructions

Create a new development sprint

Input Schema

NameRequiredDescriptionDefault
descriptionYes
endDateYes
issueIdsYes
startDateYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "endDate": { "type": "string" }, "issueIds": { "type": "string" }, "startDate": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title", "description", "startDate", "endDate", "issueIds" ], "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