Skip to main content
Glama

mcp-github-project-manager

create_label

Generate and manage GitHub labels by specifying name, color, and optional description to organize and categorize project tasks effectively.

Instructions

Create a new GitHub label

Input Schema

NameRequiredDescriptionDefault
colorYes
descriptionNo
nameYes

Input Schema (JSON Schema)

{ "properties": { "color": { "type": "string" }, "description": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "color" ], "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