Skip to main content
Glama

boj_github_list_repos

Retrieve and display your GitHub repositories with configurable sorting and pagination options to manage your code projects effectively.

Instructions

List your GitHub repositories

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
per_pageNo
sortNo

Implementation Reference

  • The implementation of the boj_github_list_repos tool within handleGitHubTool, which calls githubApiCall.
    case "boj_github_list_repos":
      return githubApiCall("GET", `/user/repos?per_page=${args.per_page || 30}&sort=${args.sort || "updated"}`);
  • Registration of the boj_github_list_repos tool in the ghTools array within cartridgeToTools.
    { name: "boj_github_list_repos", desc: "List your GitHub repositories", props: { per_page: { type: "number" }, sort: { type: "string", enum: ["updated", "created", "pushed", "full_name"] } } },

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