GitHub Enterprise MCP Server

by containerelic
Verified

get-pull-request

Retrieve detailed information about a specific pull request on GitHub Enterprise by providing the repository owner, repository name, and pull request number.

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (user or organization)
pull_numberYesPull request number
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (user or organization)", "type": "string" }, "pull_number": { "description": "Pull request number", "type": "number" }, "repo": { "description": "Repository name", "type": "string" } }, "required": [ "owner", "repo", "pull_number" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw