Skip to main content
Glama

mcp-github-project-manager

create_project_field

Add custom fields to GitHub projects to enhance task tracking and organization. Define field types like text, date, or single-select, and configure options for better project management.

Instructions

Create a custom field for a GitHub project

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameYes
optionsNo
projectIdYes
requiredNo
typeYes

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "name": { "type": "string" }, "options": { "items": { "properties": { "color": { "type": "string" }, "description": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name" ], "type": "object" }, "type": "array" }, "projectId": { "type": "string" }, "required": { "type": "boolean" }, "type": { "enum": [ "text", "number", "date", "single_select", "iteration", "milestone", "assignees", "labels" ] } }, "required": [ "projectId", "name", "type" ], "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