Skip to main content
Glama

GitHub MCP Server Plus

list_issues

Retrieve and filter GitHub repository issues by state, labels, or sorting criteria to efficiently manage and track project progress.

Instructions

List issues in a GitHub repository with filtering options

Input Schema

NameRequiredDescriptionDefault
directionNo
labelsNo
ownerYes
pageNo
per_pageNo
repoYes
sinceNo
sortNo
stateNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "enum": [ "asc", "desc" ], "type": "string" }, "labels": { "items": { "type": "string" }, "type": "array" }, "owner": { "type": "string" }, "page": { "type": "number" }, "per_page": { "type": "number" }, "repo": { "type": "string" }, "since": { "type": "string" }, "sort": { "enum": [ "created", "updated", "comments" ], "type": "string" }, "state": { "enum": [ "open", "closed", "all" ], "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub MCP Server Plus

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/PhialsBasement/mcp-github-server-plus'

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