Skip to main content
Glama

boj_github_search_issues

Search GitHub issues and pull requests to find relevant discussions and contributions using a query-based approach.

Instructions

Search issues and PRs on GitHub

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Implementation Reference

  • The handler logic for 'boj_github_search_issues' which calls the GitHub search issues API.
    case "boj_github_search_issues":
      return githubApiCall("GET", `/search/issues?q=${encodeURIComponent(args.query)}`);
  • Definition and registration of the tool in the MCP tool list.
      { name: "boj_github_search_issues", desc: "Search issues and PRs on GitHub", props: { query: { type: "string" } }, req: ["query"] },
      { name: "boj_github_get_file", desc: "Get file contents from a repo", props: { owner: { type: "string" }, repo: { type: "string" }, path: { type: "string" }, ref: { type: "string" } }, req: ["owner", "repo", "path"] },
      { name: "boj_github_graphql", desc: "Execute a GitHub GraphQL query", props: { query: { type: "string" }, variables: { type: "object" } }, req: ["query"] },
    ];

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