Skip to main content
Glama

groundtruth_scorecard

Read-onlyIdempotent

How often calls sealed under this API key were right. Groups them by band and by what the coin actually did, resolved from the same record the card reads. A call whose coin has not resolved counts as PENDING, never as a win -- report pending alongside resolved, because the denominator is the point. Also returns whether the hash chain is intact; if it is not, say so rather than quoting the numbers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNorows to read, 1-500, default 200

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.7/5.0
Behavior5/5

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

The description richly supplements the readOnly/openWorld/idempotent annotations by disclosing the PENDING semantics, the dependency on the coin's resolution status, and the hash-chain integrity behavior. It also tells the agent what to do conditionally, which is valuable beyond the 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?

The description is tight and front-loaded, with the core purpose in the first sentence. Every sentence adds meaningful behavioral or reporting detail, and there is no redundant filler.

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?

With no output schema, the description adequately explains the returned information: grouped accuracy rates, pending handling, and hash-chain status. It is slightly light on defining 'band' or what 'right' means in concrete terms, but overall it is complete enough for a single-parameter 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 only parameter, limit, is fully described in the schema with range and default. The tool description adds no additional parameter semantics, so a baseline score of 3 is appropriate given 100% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: measuring how often sealed calls were right, grouped by band and actual coin outcome. It names a specific resource and metric, but does not explicitly distinguish itself from the sibling groundtruth_scoreboard or other similar tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives strong interpretive guidance—report pending alongside resolved and don't quote numbers if the hash chain is broken—but it does not state when this tool should be preferred over its siblings. No alternatives or exclusion conditions are mentioned.

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