Skip to main content
Glama
kl987456
by kl987456

recent_changes

Read-onlyIdempotent

List commits affecting a repository or file within a time window, showing subjects and refs, to identify recent modifications.

Instructions

Commits touching a repo (or one file) within a time window, with subjects and refs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sinceNo30d
file_pathNo
repo_pathYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.4.0

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds useful return context (subjects and refs) and scope (repo or one file), but does not disclose pagination, output format details, or authentication requirements.

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 front-loaded sentence with no filler or redundant wording. It is appropriately concise, though its terseness contributes to gaps in parameter and usage guidance.

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?

With no output schema and 0% schema description coverage, the description should carry more of the burden for correct invocation. It gives only a high-level summary and omits parameter formats, defaults, and usage distinctions from other Git-related sibling tools.

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?

Schema description coverage is 0% for 3 parameters, so the description must compensate but largely does not. It conceptually maps to repo_path, file_path, and a time window, yet provides no syntax, accepted formats, default behavior, or naming for parameters like 'since' or 'file_path'.

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 names a specific resource (commits) and scope (repo or one file, within a time window) and states what is returned (subjects and refs). It is clear enough to distinguish from generic repo tools, but it does not explicitly differentiate itself from siblings like git_diff or analyze_change.

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 explicit when-to-use guidance, no when-not-to-use guidance, and no mention of alternatives such as git_diff or repo_overview. The time-window phrasing implies a use case, but the agent is left to infer selection criteria.

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