Skip to main content
Glama

GitHub MCP Server

update_project

Modify project details such as name, description, or status directly within the GitHub MCP Server. Streamline project management by updating essential information efficiently.

Instructions

Update an existing project's details

Input Schema

NameRequiredDescriptionDefault
bodyNoNew description of the project
nameNoNew name of the project
project_idYesThe unique identifier of the project
stateNoState of the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "New description of the project", "type": "string" }, "name": { "description": "New name of the project", "type": "string" }, "project_id": { "description": "The unique identifier of the project", "type": "number" }, "state": { "description": "State of the project", "enum": [ "open", "closed" ], "type": "string" } }, "required": [ "project_id" ], "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/tuanle96/mcp-github'

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