Skip to main content
Glama
beepboop2025

Undertow MCP

Sealed calls record (misses kept)

sealed_record
Read-onlyIdempotent

Retrieve a sealed, hash-chained record of forward calls with outcomes and ledger root. Use it to verify whether Undertow's judgements can be trusted, with misses published alongside hits.

Instructions

Undertow's own sealed forward-calls record: every call hash-chained and signed BEFORE its outcome, scored against the immutable point-in-time board for its horizon date, with misses kept published. Returns the full record with outcomes and the ledger root. Use when asked whether Undertow's judgements can be trusted, and quote the misses as prominently as the hits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint=false, so the description's job is to add trust-relevant behavior. It does, stating that calls are hash-chained and signed before outcomes, scored against an immutable point-in-time board, and that misses remain published. No contradiction with annotations.

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?

Three compact sentences: definition/provenance, return value, and usage guidance. The most revealing trait ('signed BEFORE outcome') is front-loaded, and no words are wasted.

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?

For a parameterless tool with no output schema, the description provides enough context: what the record is, why it is trustworthy, what is returned, and when to use it. Nothing essential is missing for an agent to select and call it correctly.

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

Parameters4/5

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

There are zero parameters and schema coverage is 100%, so the description cannot add parameter-level meaning. The baseline for a parameterless tool is met, and the description instead clarifies what the returned record will contain.

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 identifies the resource (Undertow's sealed forward-calls record) and states that the tool returns the full record with outcomes and ledger root. It also differentiates itself by emphasizing provenance features—hash-chained, signed before outcome, misses kept—which no sibling description hints at.

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?

It explicitly provides a trigger condition: 'Use when asked whether Undertow's judgements can be trusted...'. There are no named alternatives or when-not conditions, but among the listed siblings none is an obvious substitute, so the usage context is clear.

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