Skip to main content
Glama
kostia-egik

geomwright

by kostia-egik

verify_document_readback_stability

Captures two readback snapshots to confirm document readback stability before performing write/read checks.

Instructions

Capture two readback snapshots and verify that document readback is stable before write/read checks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_itemsNo
document_idNo
ignore_keysNo
ignore_pathsNo
after_output_pathNo
include_manifestsNo
before_output_pathNo
require_active_documentNo
use_default_volatile_ignoresNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description must carry the burden of behavioral disclosure. It reveals that the tool captures snapshots and verifies stability, suggesting a read-only operation, but does not explicitly state whether it modifies anything, what it returns, or if there are side effects. This is partial transparency.

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, front-loaded sentence that gets straight to the point without any fluff. It is appropriately concise for the purpose it states, even though it lacks detail elsewhere.

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

Completeness1/5

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

Given the tool has 9 parameters, no output schema, and no annotations, the description is grossly incomplete. It does not explain what the parameters control, what the output is, or any constraints. An agent cannot confidently call this tool based on the description alone.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description provides no explanation of any of the 9 parameters. The description must compensate for the missing schema coverage but fails to do so, leaving the agent with no semantic guidance for parameters like max_items, ignore_keys, or require_active_document.

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 verb (verify) and resource (document readback stability) and explains the mechanism (capture two snapshots). It distinguishes itself from sibling tools like verify_document_snapshot_delta by specifying the stability check before write/read checks, giving it a clear identity.

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 'before write/read checks' provides clear context for when to use this tool, implying it is a precondition. However, it does not explicitly mention alternatives or when not to use it, so it stops short of a full 5.

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