Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

verify_document_snapshot_delta

Confirms that a document snapshot delta matches expected before/after changes, validating added, changed, and removed items after a CAD operation.

Instructions

Verify expected before/after readback snapshot deltas for a primitive operation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
diffNo
afterNo
beforeNo
max_addedNo
max_itemsNo
min_addedNo
operationYes
ignore_keysNo
max_changedNo
max_removedNo
min_changedNo
min_removedNo
ignore_pathsNo
expected_addedNo
expected_changedNo
expected_removedNo
require_no_changedNo
require_no_removedNo
expected_counts_deltaNo
use_default_volatile_ignoresNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.4/5.0
Behavior2/5

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

No annotations exist, so the description carries the full burden of behavioral disclosure. It says 'verify' but does not state whether a mismatch causes an exception, returns a boolean, or what failure looks like. It also does not mention how ignore_keys, ignore_paths, or default volatile ignores affect the verification.

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

Conciseness3/5

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

The definition is a single sentence with no redundant wording, and the main verb is front-loaded. However, it is almost too terse: it compresses the tool's purpose into jargon rather than explaining it. It is concise in form but at the cost of clarity.

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?

Given 20 parameters, 0% schema coverage, no output schema, and no annotations, this description covers only the central concept. An agent cannot determine return behavior, the role of min/max/expected bounds, or how ignore_keys and volatile ignores affect verification. This is incomplete for reliable invocation.

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%, and the description does not compensate. 'Before/after' maps loosely to the before/after/diff parameters and 'expected' to the expected_* fields, but no parameter semantics, interactions, or defaults such as max_items=25 or require_no_* are explained. For a 20-parameter tool, this is a major gap.

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

Purpose3/5

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

The description uses the verb 'Verify' against a specific resource ('before/after readback snapshot deltas'), so an agent can infer it checks that an operation changed a document as expected. However, 'primitive operation' and 'readback snapshot' are unexplained jargon, and there is no contrast with the sibling verifier 'verify_document_readback_stability' or 'diff_document_snapshots'. It is more specific than a tautology but not clearly scoped.

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 given on when to choose this tool over verify_document_readback_stability, diff_document_snapshots, or probe_document_readback. The description implies it runs after a primitive operation and against snapshots, but it never states a workflow, prerequisites, or exclusions. An agent is left to infer the context from sibling names.

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

Deploy Server

Other Tools