Skip to main content
Glama

GitHub Projects MCP Server

update-project

Modify GitHub project details like title, description, visibility, and status using project ID for efficient Agile project management.

Instructions

Update an existing GitHub Project

Input Schema

NameRequiredDescriptionDefault
closedNoProject closed status
descriptionNoNew project description
projectIdYesGitHub Project ID
publicNoProject visibility
shortDescriptionNoNew short description
titleNoNew project title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "closed": { "description": "Project closed status", "type": "boolean" }, "description": { "description": "New project description", "type": "string" }, "projectId": { "description": "GitHub Project ID", "type": "string" }, "public": { "description": "Project visibility", "type": "boolean" }, "shortDescription": { "description": "New short description", "type": "string" }, "title": { "description": "New project title", "type": "string" } }, "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/taylor-lindores-reeves/mcp-github-projects'

If you have feedback or need assistance with the MCP directory API, please join our Discord server