Skip to main content
Glama

verify_change

Validates code changes against a saved plan by comparing diffs and running validation commands.

Instructions

Verify an actual diff or set of changed files against a saved pre-edit plan. Validates constraints and runs test commands.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
changed_filesNoList of repository-relative paths of changed files.
diffNoThe unified diff showing the actual changes.
evidence_refsNoList of evidence reference identifiers.
planNoA JSON object containing the saved PlanReport.
plan_jsonNoA JSON-encoded string representation of the PlanReport.
run_commandsNoSet true to execute the validation commands defined in the plan.
Behavior3/5

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

No annotations provided, so description carries full burden. It mentions validating constraints and running test commands, hinting at side effects, but does not state whether test commands are read-only, what happens on failure, or if it modifies state. More transparency on behavioral traits is needed.

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 concise with two sentences, efficiently conveying the primary action and additional details. No unnecessary words. Slightly better than average but could be more structured.

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?

With 6 parameters and no output schema or annotations, the description provides the overall purpose but does not explain the relationship between plan and plan_json, or the role of evidence_refs. Complete enough for basic understanding but not for nuanced usage.

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 coverage is 100% with parameter descriptions that are self-explanatory. The tool description adds no additional meaning beyond what is in the schema. Baseline score of 3 is appropriate.

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 the purpose: verifying changes against a saved plan. The verb 'verify' and the resource 'diff/changed files against plan' are specific. It distinguishes from sibling tools like validate_patch or plan_change by focusing on verification against an existing plan.

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?

No explicit guidance on when to use versus alternatives. The description implies use when a pre-edit plan exists, but does not mention when not to use or compare to sibling tools like validate_patch. Sibling names suggest overlapping functionality, so lack of guidance is a gap.

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/shivyadavus/open-kioku'

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