GitHub MCP Server Plus

get_issue

Retrieve detailed information about a specific issue in a GitHub repository by providing the repository owner, repository name, and issue number.

Instructions

Get details of a specific issue in a GitHub repository.

Input Schema

NameRequiredDescriptionDefault
issue_numberYes
ownerYes
repoYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issue_number": { "type": "number" }, "owner": { "type": "string" }, "repo": { "type": "string" } }, "required": [ "owner", "repo", "issue_number" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub MCP Server Plus

Related Tools

ID: qmvm4mx87p