Skip to main content
Glama

boj_github_get_repo

Retrieve GitHub repository information by specifying the owner and repository name to access project details and metadata.

Instructions

Get a GitHub repository

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYes
repoYes

Implementation Reference

  • The tool logic handler for boj_github_get_repo, which invokes githubApiCall with the repository endpoint.
    case "boj_github_get_repo":
      return githubApiCall("GET", `/repos/${args.owner}/${args.repo}`);
  • Registration of the boj_github_get_repo tool within the tool definition list.
    { name: "boj_github_create_issue", desc: "Create an issue on a GitHub repo", props: { owner: { type: "string" }, repo: { type: "string" }, title: { type: "string" }, body: { type: "string" }, labels: { type: "array", items: { type: "string" } } }, req: ["owner", "repo", "title"] },

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