Skip to main content
Glama

MCP Git Server

by MementoRC

github_get_pr_status

Retrieve the status and check runs for a GitHub pull request by specifying the repository owner, name, and PR number.

Instructions

Get the status and check runs for a pull request

Input Schema

NameRequiredDescriptionDefault
pr_numberYes
repo_nameYes
repo_ownerYes

Input Schema (JSON Schema)

{ "properties": { "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": "GitHubGetPRStatus", "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