Skip to main content
Glama

The Stochastic Parrot

get_claim_ledger

A story chain's claim ledger: specific verbatim claims outlets made, each tracked through states (open, corroborated, contradicted, corrected, quietly_abandoned, resolved) with a receipt for every transition. Empty claims list = the desk has not logged claims for that chain yet.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesChain slug, e.g. 'mcconnell' or 'fauci'.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It goes beyond a generic 'get' by explaining the state model, the existence of receipts for transitions, and the meaning of an empty claims list. It does not explicitly state read-only behavior or error cases, but the tool name and ledger framing make side effects unlikely.

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 compact, front-loaded with the resource identity, and each clause earns its place. The state enumeration and empty-list note provide real guidance without redundancy or fluff.

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

Completeness4/5

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

For a single-parameter, no-output-schema tool, the description explains the nature of the returned data, the lifecycle states, and how to interpret an empty result. It stops short of detailing the receipt or claim object shapes, but the definition is functionally complete for selecting and invoking the tool.

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?

The input schema already documents the only parameter, 'chain', with an example slug format and 100% coverage. The description adds no new parameter-level detail beyond reinforcing that the chain is a story chain, so it meets the baseline for schema-covered parameters.

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 tool as exposing a story chain's claim ledger, which is a distinct resource among the sibling get_* tools. It specifies the content (specific verbatim claims outlets made), the tracked states, and the receipt-per-transition structure, so an agent can immediately tell this from get_audit or get_coverage_record.

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?

The description implies the tool is used to inspect a story chain's logged claims and provides an important interpretation rule for an empty result. However, it does not explicitly state when to prefer this tool over alternatives or define conditions where it should not be used, so the usage guidance is mostly inferred.

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.

TDQS

A4/5.0
Disambiguation5/5

Each tool maps to a distinct resource or action: list versus get for corpus discovery, chain versus claim ledger versus storyboards for chain analysis, framing index versus boxscore for statistics, and submit/report/propose for reader input. Even adjacent pairs like get_audit and verify_piece are clearly separated by their different purposes.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern, with get_* for detailed retrieval, list_* for summaries, and action verbs for reader-facing inputs. The verb choice reliably signals the operation type throughout.

Tool Count5/5

At 15 tools, the set sits at the upper end of the ideal range, but every tool addresses a distinct facet of the desk's public surface: discovery, deep detail, provenance, coverage monitoring, and reader interaction. No tool feels redundant or decorative.

Completeness4/5

The surface covers discovery, retrieval, chain analysis, provenance verification, corrections, and reader interaction, forming a coherent workflow with no dead ends. Minor gaps exist: boxscore days are only enumerated off-server, and letters are exposed only as excerpts rather than individually retrievable records.

Resources