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"] } } },
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states 'List your GitHub repositories' but doesn't clarify what 'your' means (e.g., authenticated user's repos, includes forks, visibility settings), whether it's paginated, rate-limited, or requires specific permissions. This leaves significant gaps for an agent to understand the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, straightforward sentence with no wasted words. It's front-loaded with the core action and resource, making it easy to parse quickly. Every part of the sentence contributes directly to understanding the tool's purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (2 parameters, no annotations, no output schema), the description is incomplete. It doesn't cover parameter meanings, behavioral details like pagination or authentication, or output format. For a tool that likely returns a list of repositories, more context is needed to use it effectively without trial and error.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 2 parameters with 0% description coverage (no schema descriptions). The tool description doesn't mention any parameters, failing to compensate for the lack of schema documentation. It doesn't explain what 'per_page' or 'sort' do, their defaults, or how they affect the listing, leaving parameters semantically unclear.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('List') and resource ('your GitHub repositories'), making the purpose immediately understandable. However, it doesn't differentiate from sibling GitHub tools like 'boj_github_get_repo' or 'boj_github_search_code', which would require more specificity about scope or filtering capabilities.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention any prerequisites (e.g., authentication), context for listing repositories (e.g., personal vs. organizational), or comparison to sibling tools like 'boj_github_get_repo' for single repos or 'boj_github_search_code' for code-based searches.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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