Skip to main content
Glama

mcp-github-project-manager

create_issue

Create and manage GitHub issues directly within the MCP server. Specify title, description, assignees, labels, and other details to streamline issue tracking and project coordination.

Instructions

Create a new GitHub issue

Input Schema

NameRequiredDescriptionDefault
assigneesYes
descriptionYes
labelsYes
milestoneIdNo
priorityNo
titleYes
typeNo

Input Schema (JSON Schema)

{ "properties": { "assignees": { "type": "string" }, "description": { "type": "string" }, "labels": { "type": "string" }, "milestoneId": { "type": "string" }, "priority": { "type": "string" }, "title": { "type": "string" }, "type": { "type": "string" } }, "required": [ "title", "description", "assignees", "labels" ], "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