Skip to main content
Glama

GitHub Enterprise MCP Server

list-pull-requests

Retrieve pull requests from a GitHub repository by specifying owner, repo, state, sort criteria, and pagination. Use filters to manage and organize PRs effectively.

Input Schema

NameRequiredDescriptionDefault
directionNoSort directiondesc
ownerYesRepository owner (user or organization)
pageNoPage number
per_pageNoItems per page
repoYesRepository name
sortNoSort criteriacreated
stateNoPR state filteropen

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "direction": { "default": "desc", "description": "Sort direction", "enum": [ "asc", "desc" ], "type": "string" }, "owner": { "description": "Repository owner (user or organization)", "type": "string" }, "page": { "default": 1, "description": "Page number", "type": "number" }, "per_page": { "default": 30, "description": "Items per page", "type": "number" }, "repo": { "description": "Repository name", "type": "string" }, "sort": { "default": "created", "description": "Sort criteria", "enum": [ "created", "updated", "popularity", "long-running" ], "type": "string" }, "state": { "default": "open", "description": "PR state filter", "enum": [ "open", "closed", "all" ], "type": "string" } }, "required": [ "owner", "repo" ], "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/ddukbg/github-enterprise-mcp'

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