Skip to main content
Glama

dismiss_pull_request_review

Dismiss a pull request review by providing the repository owner, repository name, pull request number, review ID, and a message explaining the dismissal. Use this tool to manage and control the review process in GitHub.

Instructions

Dismiss a pull request review

Input Schema

NameRequiredDescriptionDefault
messageYesThe message explaining why the review was dismissed
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": { "message": { "description": "The message explaining why the review was dismissed", "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", "message" ], "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