Skip to main content
Glama

boj_github_list_prs

List GitHub pull requests by repository owner and name, filtering by open, closed, or all states to manage code review workflows.

Instructions

List pull requests

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYes
repoYes
stateNo

Implementation Reference

  • The logic for the boj_github_list_prs tool is implemented within the handleGitHubTool function, which executes a GET request to the GitHub API.
    case "boj_github_list_prs":
      return githubApiCall("GET", `/repos/${args.owner}/${args.repo}/pulls?state=${args.state || "open"}`);

Latest Blog Posts

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/hyperpolymath/boj-server'

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