Skip to main content
Glama

Get Historical Scores

get_historical_scores
Read-onlyIdempotent

Free slice, paid full record. Score history of one coin: every recorded change to its 8 metric scores as a dated record with the TVR Score, the method version, a source label (baseline for the opening record, auto_captured for rows written from the change itself), the public reason where recorded and a SHA-256 hash per record; forward-only from the day the record began. Without scope (or scope "free"): the last 90 days or the last 3 records, free, no payment, no key. scope "full": the whole record, included with a Premium agent key (Authorization: Bearer on this connection), or $0.05 per pull paid in-band with x402 (USDC on Base) or MPP (USDC.e on Tempo) once the record extends beyond the free slice; until then the free record is returned and nothing is charged. Data from True Value Rankings (truevaluerankings.com).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinYesTicker or name of a coin covered by TVR (BTC, Bitcoin, ETH, LTC, XMR, SOL, ADA, AVAX, DOT, POL, LINK)
scopeNofree (default): the last 90 days or the last 3 records, no payment. full: the whole record; included with a Premium agent key, or paid per pull once the record extends beyond the free slice.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
noteNo
errorNo
legalNo
scopeNo
accessNo
periodNo
reasonNo
statusNo
symbolNo
contextNo
paymentNo
productNo
recordsNoDated score states, newest first: as_of, revision, source, scores, tvr_score, method_version, changed_metrics, reason_public, published_at, record_hash
successNo
coverageNo
hash_noteNo
disclaimerNo
how_to_payNo
learn_moreNo
redeliveryNo
full_recordNo
hash_formatNo
method_versionsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added
  2. Removed
  3. Added

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, and the description adds substantial context beyond that: forward-only record traversal, source label semantics, per-record SHA-256 hashes, and exact payment/auth conditions for free vs full scope. 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long and dense, but every clause carries useful information and the 'Free slice, paid full record' opening is a strong front-loaded summary. It loses one point because the free/full rules are woven into a long run-on structure that could be clearer as a short list.

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 rich output schema, complete parameter schema, and strong annotations, the description covers all necessary call semantics: coin identification, free vs full behavior, payment methods, authentication for paid access, record contents, and data source. Nothing needed to invoke the tool correctly is missing.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema by explaining the real-world consequences of scope: what 'free' returns, what 'full' returns, how and when payment triggers, and that no charge occurs before the free slice is exceeded.

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 resource ('Score history of one coin') and a precise resource shape: every recorded change to its 8 metric scores, with dated records, TVR Score, method version, source label, public reason, and SHA-256 hash. This clearly distinguishes it from sibling tools like get_tvr_score (current score) and get_full_breakdown.

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 decision guidance for scope: free returns the last 90 days or last 3 records with no payment, while full requires a Premium key or per-pull payment beyond the free slice. It does not explicitly name alternative sibling tools or state when not to use them, so it stops short of a 5.

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.