Skip to main content
Glama
Atelier-Busco

atelier-busco-github-mcp

Official

list_commits

Retrieve commit history for a GitHub repository or branch. Filter by author, file path, date range, and paginate results to inspect changes.

Instructions

List commit history for a repository or branch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shaNoSHA or branch to start listing commits from
pageNoPage number
pathNoOnly commits containing this file path will be returned
repoYesRepository name
ownerNoGitHub user or organization name (optional if GITHUB_OWNER is set)
sinceNoISO 8601 timestamp (e.g. YYYY-MM-DDTHH:MM:SSZ) to filter commits after
untilNoISO 8601 timestamp to filter commits before
authorNoGitHub login or email to filter commits by author
per_pageNoResults per page (max 100)
Install Server

TDQS

C2.9/5.0
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 only says 'List commit history,' which implies a read operation, but it does not mention pagination behavior, default branch handling, ordering, rate limits, or response shape.

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?

One short, front-loaded sentence with no filler. It is efficient, though the brevity means it omits behavioral and usage context that would strengthen the tool definition.

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 9 parameters, no annotations, and no output schema, the one-line description is insufficient for fully guiding invocation. It says what the tool does but not how to use it effectively, when to choose it, or what behavior to expect.

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%, and each parameter already has a meaningful description. The description adds no significant parameter semantics beyond 'repository or branch,' so the schema carries the load and the baseline of 3 applies.

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 is specific: it states the verb 'List' and the resource 'commit history for a repository or branch.' It is clearly distinguishable from siblings like get_commit_details, but it does not explicitly name alternatives or emphasize what it is not.

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?

There is no guidance on when to use this tool versus get_commit_details, list_branches, or related tools. No context, exclusions, prerequisites, or alternative routing is provided, so the agent must infer usage from the name and schema.

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