Skip to main content
Glama

GitHub PR MCP Server

by gourav221b

get-pull-request-data

Extract detailed GitHub Pull Request data including files, diffs, comments, and reviews by specifying the repository owner, repo name, and PR number.

Instructions

Get detailed information about a GitHub Pull Request including files, diff, comments, and reviews

Input Schema

NameRequiredDescriptionDefault
ownerYesGitHub repository owner
pullNumberYesPull request number
repoYesGitHub repository name
tokenNoGitHub personal access token (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "GitHub repository owner", "type": "string" }, "pullNumber": { "description": "Pull request number", "type": "number" }, "repo": { "description": "GitHub repository name", "type": "string" }, "token": { "description": "GitHub personal access token (optional)", "type": "string" } }, "required": [ "owner", "repo", "pullNumber" ], "type": "object" }

Other Tools from GitHub PR 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/gourav221b/Github-PR-MCP-server'

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