Skip to main content
Glama

GitHub MCP Server

by ualUsham

list-issues

Retrieve and display GitHub repository issues by specifying owner, repo, state, and limit. Streamlines issue tracking and management using the GitHub MCP Server.

Instructions

List issues in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of issues to return
ownerYesRepository owner (username or organization)
repoYesRepository name
stateNoIssue state

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Maximum number of issues to return", "type": "number" }, "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "state": { "description": "Issue state", "enum": [ "open", "closed", "all" ], "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

Other Tools from GitHub MCP Server

Related Tools

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/ualUsham/mcp-github'

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