Skip to main content
Glama

mcp-github-project-manager

update_issue

Modify GitHub issue details, including title, description, status, milestone, assignees, and labels. Facilitates project management by keeping task data accurate and up-to-date.

Instructions

Update a GitHub issue

Input Schema

NameRequiredDescriptionDefault
assigneesNo
descriptionNo
issueIdYes
labelsNo
milestoneIdYes
statusNo
titleNo

Input Schema (JSON Schema)

{ "properties": { "assignees": { "items": { "type": "string" }, "type": "array" }, "description": { "type": "string" }, "issueId": { "type": "string" }, "labels": { "items": { "type": "string" }, "type": "array" }, "milestoneId": { "type": "string" }, "status": { "enum": [ "open", "closed" ] }, "title": { "type": "string" } }, "required": [ "issueId", "milestoneId" ], "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