Skip to main content
Glama

mcp-github-project-manager

update_project_field

Modify custom fields in GitHub projects, including names, descriptions, options, and requirements, to align with project-specific workflows and data needs.

Instructions

Update a custom field in a GitHub project

Input Schema

NameRequiredDescriptionDefault
descriptionNo
fieldIdYes
nameNo
optionsNo
projectIdYes
requiredNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "fieldId": { "type": "string" }, "name": { "type": "string" }, "options": { "items": { "properties": { "color": { "type": "string" }, "description": { "type": "string" }, "id": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "projectId": { "type": "string" }, "required": { "type": "boolean" } }, "required": [ "projectId", "fieldId" ], "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