Skip to main content
Glama

submit_pull_request_review

Submit a pull request review on GitHub, enabling approval, change requests, or comments. Essential for repository management within the mcp-github server.

Instructions

Submit a pull request review (approve, request changes, or comment)

Input Schema

NameRequiredDescriptionDefault
bodyNoThe body text of the review submission
eventYesThe review action to perform
ownerYesRepository owner (username or organization)
pull_numberYesPull request number
repoYesRepository name
review_idYesThe ID of the review

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": { "description": "The body text of the review submission", "type": "string" }, "event": { "description": "The review action to perform", "enum": [ "APPROVE", "REQUEST_CHANGES", "COMMENT" ], "type": "string" }, "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "pull_number": { "description": "Pull request number", "type": "number" }, "repo": { "description": "Repository name", "type": "string" }, "review_id": { "description": "The ID of the review", "type": "number" } }, "required": [ "owner", "repo", "pull_number", "review_id", "event" ], "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/MissionSquad/mcp-github'

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