Skip to main content
Glama

GitHub Projects MCP Server

get-issue

Retrieve a GitHub issue by providing their repository owner, repository name, and issue number to access relevant details and streamline issue tracking.

Instructions

Get a GitHub issue by number

Input Schema

NameRequiredDescriptionDefault
issueNumberYesIssue number
ownerYesRepository owner (username)
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issueNumber": { "description": "Issue number", "type": "number" }, "owner": { "description": "Repository owner (username)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "issueNumber" ], "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