Skip to main content
Glama

groundtruth_seal_call

Seal a verdict BEFORE the outcome exists, so it can be scored later. This is the honesty mechanism: the row is hash-chained to the previous one under your API key, so a verdict cannot be edited or removed after the coin resolves. Seal every call you make, including the ones you are confident about -- a scorecard built only from remembered wins is not a scorecard. Returns the row hash and sequence number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
caYesthe coin address you are calling
bandNothe band you are calling it
noteNooptional, up to 200 characters
chainNo
rule_idNothe rule_id behind the band, from the scan

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

The description discloses critical behavior beyond the annotations: rows are hash-chained under the API key, verdicts cannot be edited or removed after resolution, and the tool returns the row hash and sequence number. The annotations only indicate non-read-only, non-idempotent, non-destructive, so this added context is genuinely valuable and non-contradictory.

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 front-loaded with the most important timing constraint and each sentence adds meaningful context: what the tool does, how integrity is enforced, when to use it, and what is returned. The motivational sentence about scorecards is slightly extra but reinforces appropriate usage.

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

Completeness5/5

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

Given the absence of an output schema, the description appropriately includes the return value (row hash and sequence number). It covers timing, immutability, keying, and usage expectations. Combined with the rich input schema, the agent has enough information to invoke the tool correctly.

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 80%, so the schema already explains most parameters. The description does not add parameter-level detail, but it does clarify the overall concept of a 'verdict' and the honesty mechanism, which helps an agent understand why ca, band, and rule_id are relevant. This matches the baseline for high schema coverage.

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 specific action ('Seal a verdict BEFORE the outcome exists') and the resource (a call/verdict), and explains the purpose: enabling later scoring while preventing post-outcome tampering. This distinguishes it from sibling tools like scan, scoreboard, or scorecard without needing to open their schemas.

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 description gives explicit timing guidance ('BEFORE the outcome exists') and strong direction to use this tool for every call, including confident ones. It does not explicitly name alternative tools or exclusion cases, but the context is clear enough that an agent should seal all calls.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources