Skip to main content
Glama
LJLCarrien

Local Ops MCP

by LJLCarrien

git_show

Read-only

Display the details of a single Git revision directly, without external diff helpers. Pass a commit, tag, or branch to see its changes.

Instructions

Show one Git revision without invoking external diff helpers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
revisionYesCommit, tag, or branch name; cannot start with -
repo_pathNoWorkspace-relative repository path; defaults to .

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, establishing this as a safe read. The description adds a genuinely useful behavioral guarantee: it will not invoke external diff helpers, which matters for an unattended agent that could otherwise hang on an interactive pager. It does not describe output format or size, but the safety profile is already covered.

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

Conciseness5/5

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

A single sentence front-loads the core operation and immediately conveys the critical non-interactive behavior. There is zero filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple, read-only tool with a fully documented schema and existing safety annotations, this description is nearly sufficient. It could explicitly mention that output includes commit metadata/diff, but given the standard semantics of 'git show' and the rich schema, the gap is minor.

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%: both 'revision' and 'repo_path' are already well-described. The description adds no parameter-specific meaning beyond what the schema provides, so it meets the baseline but does not exceed it.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Show') and a precise resource ('one Git revision'), clearly distinguishing it from siblings like git_log (which lists multiple revisions) and git_diff_unstaged/staged (which show working-tree diffs). The modifier 'without invoking external diff helpers' further pins down its niche among the git tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'one Git revision' implies this tool is for inspecting a single commit/tag/branch, but it does not explicitly state when to prefer this over git_log or git_diff_unstaged/staged. No alternatives are named and no exclusions are given, leaving some inference to the agent.

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

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/LJLCarrien/local-ops-mcp'

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