Skip to main content
Glama

mcp-github-project-manager

create_issue

Generate and submit GitHub issues with required details like title, description, assignees, and labels. Supports adding milestones, priority, and issue types for efficient project management and task tracking.

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