Skip to main content
Glama

MCP Git Server

by MementoRC

github_get_pr_files

Retrieve files changed in a GitHub pull request with pagination support. Specify repository owner, name, and PR number to fetch file details, including optional patch data, for efficient review.

Instructions

Get files changed in a pull request with pagination support

Input Schema

NameRequiredDescriptionDefault
include_patchNo
pageNo
per_pageNo
pr_numberYes
repo_nameYes
repo_ownerYes

Input Schema (JSON Schema)

{ "properties": { "include_patch": { "default": false, "title": "Include Patch", "type": "boolean" }, "page": { "default": 1, "title": "Page", "type": "integer" }, "per_page": { "default": 30, "title": "Per Page", "type": "integer" }, "pr_number": { "title": "Pr Number", "type": "integer" }, "repo_name": { "title": "Repo Name", "type": "string" }, "repo_owner": { "title": "Repo Owner", "type": "string" } }, "required": [ "repo_owner", "repo_name", "pr_number" ], "title": "GitHubGetPRFiles", "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/MementoRC/mcp-git'

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