Skip to main content
Glama

GitHub MCP Server

update_project_v2

Modify GitHub project V2 details using GraphQL API, including title, description, and project status, by providing the project ID and desired updates.

Instructions

Update a GitHub project V2 using GraphQL API

Input Schema

NameRequiredDescriptionDefault
closedNoWhether to close the project
descriptionNoNew description for the project
projectIdYesThe node ID of the project
titleNoNew title for the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "closed": { "description": "Whether to close the project", "type": "boolean" }, "description": { "description": "New description for the project", "type": "string" }, "projectId": { "description": "The node ID of the project", "type": "string" }, "title": { "description": "New title for the project", "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/tuanle96/mcp-github'

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