Skip to main content
Glama

mcp-github-project-manager

update_sprint

Update sprint details such as title, description, dates, and status in GitHub Projects V2. Simplify sprint management by modifying essential fields to reflect current project progress and timelines.

Instructions

Update a development sprint

Input Schema

NameRequiredDescriptionDefault
descriptionNo
endDateNo
sprintIdYes
startDateNo
statusNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "endDate": { "type": "string" }, "sprintId": { "type": "string" }, "startDate": { "type": "string" }, "status": { "enum": [ "planned", "active", "completed" ] }, "title": { "type": "string" } }, "required": [ "sprintId" ], "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