Skip to main content
Glama

Github Project Manager

request_reviewers

Automate reviewer assignments by specifying users or teams to review GitHub pull requests, ensuring efficient collaboration and timely feedback.

Instructions

Request reviewers for a pull request

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
pull_numberYesPull request number
repoYesRepository name
reviewersNoUsernames of people to request a review from
team_reviewersNoNames of teams to request a review from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "pull_number": { "description": "Pull request number", "type": "number" }, "repo": { "description": "Repository name", "type": "string" }, "reviewers": { "description": "Usernames of people to request a review from", "items": { "type": "string" }, "type": "array" }, "team_reviewers": { "description": "Names of teams to request a review from", "items": { "type": "string" }, "type": "array" } }, "required": [ "owner", "repo", "pull_number" ], "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/Monsoft-Solutions/model-context-protocols'

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