Skip to main content
Glama

boj_github_search_code

Search GitHub code repositories using queries to find specific implementations, functions, or code snippets for development and learning purposes.

Instructions

Search code on GitHub

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Implementation Reference

  • The handler logic for "boj_github_search_code" which delegates to the githubApiCall helper.
    case "boj_github_search_code":
      return githubApiCall("GET", `/search/code?q=${encodeURIComponent(args.query)}`);
  • Registration of the "boj_github_search_code" tool in the tool definitions list.
    { 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"] },

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