Skip to main content
Glama

Get a Gavel Indicator

get_gavel_indicator

Returns the current value of a single Aletheia indicator by id, with its methodology reference. This server serves this protocol's own indicator set, including those anchored on its rate. Call list_gavel_indicators first to discover valid ids.

Optionally returns the historical series instead of the current value (set include_history). History is free and unmetered on the same terms as the current value.

This is descriptive data; no recommendation is provided. An indicator that has no reading on this network says so explicitly rather than returning a null or a zero that could be mistaken for a value.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesIndicator id from list_gavel_indicators, e.g. 'yield-curve', 'vrb', 'lpi'.
toNoHistory end, ISO 8601 date. Only meaningful with include_history.
fromNoHistory start, ISO 8601 date. Only meaningful with include_history.
include_historyNoIf true, return the historical series instead of the current value. Not every indicator has one.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure and meets it. It states that this is descriptive data with no recommendation, explicitly covers the missing-reading case instead of returning null/zero, and clarifies that history is free and unmetered.

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 well structured: purpose is front-loaded, followed by prerequisites, optional behavior, and caveats. Each sentence earns its place, though the server-indicator-set and billing details could be trimmed without losing core intent.

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?

Despite having no output schema and no annotations, the description is sufficient for correct invocation: it covers the required id, discovery prerequisite, optional history flag, date-range parameters, data semantics, and edge-case behavior. The exact JSON response shape is not described, but that is not necessary for selecting and calling the tool correctly.

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 description coverage is 100%, so the baseline applies. The description reinforces the include_history behavior and adds the free/unmetered nuance, but id, to, and from are already fully documented in the schema, so the description adds limited new parameter-level meaning.

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 identifies the operation: return the current (or historical) value of a single Aletheia indicator by id, plus its methodology reference. It is specific and distinguishes retrieval from discovery by mentioning list_gavel_indicators, but it does not explicitly contrast itself with sibling getters like get_mvrv or get_yield_curve.

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 concrete usage direction: call list_gavel_indicators first to discover valid ids, and set include_history to request the historical series. It does not enumerate when to prefer sibling tools, but the prerequisite plus indicator-specific scope provides clear context.

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.