Skip to main content
Glama
Atelier-Busco

atelier-busco-github-mcp

Official

list_branches

List branches of a GitHub repository to inspect development progress and filter by protected status. Provides paginated results for efficient navigation.

Instructions

List branches for a given repository.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
repoYesRepository name
ownerNoGitHub user or organization name (optional if GITHUB_OWNER is set)
per_pageNoResults per page (max 100)
protectedNoFilter by protected branch status
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. 'List' implies a read-only action, but the description does not mention response shape, authentication needs, pagination behavior, or the protected filter—all relevant for a tool with no output schema and no annotation safety cues.

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

Conciseness4/5

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

The description is a single short sentence with no fluff or repetition. It is concise and front-loaded, though it is minimal rather than richly informative.

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?

For a tool with no output schema and no annotations, the description should explain what the call returns and when it should be chosen. It only states the action and target, leaving the agent without return-shape or selection context beyond the parameter schema.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds no parameter-level meaning beyond what the schema already provides; 'given repository' simply echoes the repo parameter's existing description.

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 uses a specific verb and resource ('List branches') and names the target ('a given repository'), making the core operation clear. It does not explicitly differentiate from sibling tools, but 'branches' is distinct enough from commits, files, and releases.

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?

No guidance is given about when to use this tool versus alternatives like get_repository_tree or list_directory_contents. The only hint is 'for a given repository,' which mostly restates the required repo parameter and provides no exclusion or selection criteria.

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

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/Atelier-Busco/atelier-busco-github-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server