Skip to main content
Glama

MCP Git Server

by MementoRC

github_get_pr_details

Retrieve detailed GitHub pull request information, including optional files and reviews, to streamline code review and collaboration processes within the MCP Git Server environment.

Instructions

Get comprehensive PR details

Input Schema

NameRequiredDescriptionDefault
include_filesNo
include_reviewsNo
pr_numberYes
repo_nameYes
repo_ownerYes

Input Schema (JSON Schema)

{ "properties": { "include_files": { "default": false, "title": "Include Files", "type": "boolean" }, "include_reviews": { "default": false, "title": "Include Reviews", "type": "boolean" }, "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": "GitHubGetPRDetails", "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