GitHub MCP Server

create_issue

Create a new issue in a GitHub repository by specifying title, body, assignees, labels, and milestone. Streamline task tracking and collaboration directly through the GitHub MCP Server.

Instructions

Create a new issue in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
assigneesNo
bodyNo
labelsNo
milestoneNo
ownerYes
repoYes
titleYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "assignees": { "items": { "type": "string" }, "type": "array" }, "body": { "type": "string" }, "labels": { "items": { "type": "string" }, "type": "array" }, "milestone": { "type": "number" }, "owner": { "type": "string" }, "repo": { "type": "string" }, "title": { "type": "string" } }, "required": [ "owner", "repo", "title" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub MCP Server

Related Tools

ID: 782x50kvuh