Skip to main content
Glama

get_claim_ledger

Read a Claim Ledger Protocol v0.1 ledger — AI-era money-making claims graded with an evidence tier (verified/reported/self-reported), a dated verdict, and a written flip condition. With no arguments returns the reference ledger (goldrush.agiscorecard.com); pass url to read and validate any site's /claimledger.json. Spec: goldrush.agiscorecard.com/protocol

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoOptional: an https URL ending in /claimledger.json to read another site's ledger. Omit for the reference ledger.

TDQS

A4.1/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 burden of behavioral disclosure. It clearly indicates a read/validate operation, explains what the ledger contains, and references the protocol spec. It stops short of describing error behavior or network dependency, but for a read-only tool this is sufficient.

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 purpose and uses two sentences to cover both default behavior and the parameter. The parenthetical list and spec link add useful detail without bloating the text, though they could be tightened.

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?

Given the simple single-optional-parameter schema and no output schema, the description provides sufficient context: it names the fields users can expect in the ledger and explains how to point the tool at another site. It doesn't enumerate return structure explicitly, but the content description compensates.

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 coverage is 100% and the description essentially restates the schema's parameter info: 'With no arguments returns the reference ledger; pass url...' Since the schema already documents url fully, the description adds no additional semantic value beyond the baseline.

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 states a specific verb ('Read') and a specific resource ('Claim Ledger Protocol v0.1 ledger') while detailing the ledger's content (evidence tier, dated verdict, flip condition). This makes it unmistakably distinct from sibling tools like get_verdicts or search_site.

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 clear invocation guidance: omit the argument for the reference ledger, or pass a URL to read and validate another site's /claimledger.json. It doesn't explicitly mention alternatives or when not to use the tool, but the context is clear enough for correct selection.

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.1/5.0
Disambiguation5/5

Each tool targets a distinct aspect: market-call ledger, thesis score, prediction verdicts, and site search. No overlap in purpose or output.

Naming Consistency4/5

Three of four tools follow the get_ prefix pattern, but search_site deviates by using a bare verb_noun form. Still mostly consistent and predictable.

Tool Count5/5

Four tools is well-scoped for an informational read-only server covering a niche site. Each tool earns its place without redundancy.

Completeness4/5

Covers the core data sets (track record, thesis, verdicts) and site search. Minor gap: no direct tool for other content types (e.g., articles), but search mitigates this.

Resources