Skip to main content
Glama

mcp-github-project-manager

update_project

Modify GitHub project details, including title, description, visibility, and status, to ensure accurate project management and alignment with evolving goals.

Instructions

Update an existing GitHub project

Input Schema

NameRequiredDescriptionDefault
descriptionNo
projectIdYes
statusNo
titleNo
visibilityNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "projectId": { "type": "string" }, "status": { "enum": [ "active", "closed" ] }, "title": { "type": "string" }, "visibility": { "enum": [ "private", "public" ] } }, "required": [ "projectId" ], "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