Skip to main content
Glama

mcp-github-project-manager

update_milestone

Modify GitHub milestones by updating their title, description, due date, or state for better project tracking and management within GitHub Projects V2.

Instructions

Update a GitHub milestone

Input Schema

NameRequiredDescriptionDefault
descriptionNo
dueDateYes
milestoneIdYes
stateNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "dueDate": { "type": "string" }, "milestoneId": { "type": "string" }, "state": { "enum": [ "open", "closed" ] }, "title": { "type": "string" } }, "required": [ "milestoneId", "dueDate" ], "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