Skip to main content
Glama

git_diff

Inspect staged and unstaged changes in a Git repository. See which files have been modified before committing.

Instructions

Show staged and unstaged changes (git diff).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stagedNoIf True, show only staged changes (git diff --cached).
repo_pathNoPath to the git repository..

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only states 'git diff' without explaining side effects, prerequisites (e.g., a git repository), or error behavior. It also doesn't mention that the operation is read-only and non-destructive.

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 that efficiently states the action. While it lacks explanatory detail, it is not wordy or redundant; it is concise in structure.

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 annotations and a documented output schema, the description should include more context such as typical usage, the effect of the staged flag, and behavior in non-repo directories. The current description is minimal and leaves significant gaps in understanding when and how to use the tool.

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 descriptions cover 100% of the parameters, so the schema already documents staged and repo_path. The description does not add any additional parameter semantics beyond restating the tool's purpose, so the baseline score of 3 is appropriate.

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 that the tool shows changes via git diff, distinguishing it from status/log tools. However, 'staged and unstaged changes' is slightly ambiguous because default git diff only shows unstaged changes; the staged parameter toggles this behavior.

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 provided on when to use this tool versus git_status, git_log, or other git tools. The description lacks exclusions or alternative tool recommendations.

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/pranjal2410719/dev-mcp'

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