Skip to main content
Glama

osint-terminal

Ghcommits

ghcommits

GitHub Commits: Recent commits for owner/repo

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.7/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 transparency burden, but it only says 'recent commits' and does not disclose how many commits are returned, ordering, error behavior, rate limits, or what happens when q is empty/omitted. It implies a read-only lookup but provides none of the behavioral detail an agent needs.

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 compact and front-loads the core idea; 'GitHub Commits:' is somewhat redundant with the title, but the remaining phrase contains no wasted words. It is concise at the cost of useful detail.

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?

Even though the output schema can cover return values, the single input parameter's semantics and usage context are missing. For a tool with one optional q parameter, the description should state exactly what q accepts and what an empty value does; this leaves too much to guesswork.

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 schema has 0% description coverage, so the description must compensate, but it only implicitly suggests that q is an 'owner/repo' value. It never explicitly names q, gives an example, or explains the default empty string, leaving the exact input format to inference.

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 states the tool returns recent commits for a GitHub repository, identifying a specific resource and scope (owner/repo). It lacks an explicit verb like 'list' or 'retrieve' and does not directly contrast with the many GitHub siblings, but 'commits' is specific enough to distinguish it from ghrepo, ghevents, and githubsearch.

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 choose this tool over the many related GitHub tools, nor any exclusions, prerequisites, or alternative routes. The phrase 'recent commits for owner/repo' implies a use case, but it does not explain how this differs from sibling tools or when it should be preferred.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources