Skip to main content
Glama

pin.verify

Read-onlyIdempotent

Verify file content at a commit via git show; optionally check for required text. Reports whether HEAD matches and gives a claim verdict.

Instructions

Close the prove loop: re-check path@SHA with git show; optional mustContain for claim-text. Reports HEAD match and claimVerdict.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
shaYes
lineNo
repositoryYes
sourcePathYes
mustContainNo
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds behavioral context by specifying use of 'git show' and disclosing the output (HEAD match and claimVerdict), which goes beyond the annotations. No contradiction.

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?

The description is a single, information-dense sentence. It front-loads the core purpose ('Close the prove loop') and packs essential details (git show, mustContain, output fields) without wasted words.

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

Completeness3/5

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

The description covers the primary action and output (HEAD match and claimVerdict), and annotations cover safety. However, with no output schema and five parameters, it leaves gaps: the meaning of 'line' is unclear, how mustContain interacts with claim-text is vague, and repository handling is not explained. It is adequate for a simple tool but not fully complete.

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%, so the description must compensate. It introduces 'path@SHA' (suggesting sourcePath and sha) and 'mustContain' purpose, but it fails to explain the 'repository' and 'line' parameters. Given five parameters, this is insufficient—line has no hint at all.

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 clearly states a specific action: 're-check path@SHA with git show' with an optional mustContain for claim-text. It distinguishes pin.verify from siblings by framing it as 'Close the prove loop' and reporting HEAD match and claimVerdict, which aligns with verification rather than proving or setting.

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

Usage Guidelines4/5

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

The phrase 'Close the prove loop' implies this is used after pin.prove to re-check a pinned path at a given SHA. It provides clear context for when to use it, though it doesn't explicitly mention when not to use it or name alternative tools.

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/shmindmaster/gitpin'

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