Skip to main content
Glama

Code Review MCP

by shadabbi

github.resolve_pr

Identify GitHub repository and pull request details from a given input to streamline code review processes. Simplify PR management for efficient collaboration and analysis.

Instructions

Resolve owner/repo and PR number from an input

Input Schema

NameRequiredDescriptionDefault
optionsNo
prIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "type": "string" }, "prId": { "type": "string" } }, "required": [ "prId" ], "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/shadabbi/code-review-mcp'

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