Skip to main content
Glama

GitHub Projects MCP Server

add-draft-issue

Create and add draft issues to GitHub Projects, specifying title, body, and assignees directly within the project board for streamlined Agile project planning.

Instructions

Add a draft issue to a GitHub Project

Input Schema

NameRequiredDescriptionDefault
assigneeIdsNoIDs of users to assign
bodyNoDraft issue body
projectIdYesGitHub Project ID
titleYesDraft issue title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assigneeIds": { "description": "IDs of users to assign", "items": { "type": "string" }, "type": "array" }, "body": { "description": "Draft issue body", "type": "string" }, "projectId": { "description": "GitHub Project ID", "type": "string" }, "title": { "description": "Draft issue title", "type": "string" } }, "required": [ "projectId", "title" ], "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/taylor-lindores-reeves/mcp-github-projects'

If you have feedback or need assistance with the MCP directory API, please join our Discord server