Skip to main content
Glama

Seiche — world-markets evidence terminal

Nearest historical analogs

historical_analogs
Read-onlyIdempotent

The historical days most similar to today's funding conditions, and how often those analogs led to a stress event, plus a novelty flag for whether today has any close precedent. Use to ground a 'what usually happens from here' question in real history.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNoFalse for a tool failure.
as_ofNo
reasonNo
statusNo
noveltyNo
readingNo
categoryNo
event_oddsNo
horizon_bdNo
forward_fanNo
hindcast_skillNo
nearest_analogsNo
historical_evidenceNo

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds value by explaining what the tool returns (how often analogs led to stress, novelty flag) and its purpose in grounding future prediction in history, which goes beyond the annotation metadata.

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 a single, well-structured sentence that efficiently conveys the core function, the output components, and a usage hint. Every clause adds necessary information with no redundancy or filler.

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 tool has no parameters, clear annotations, and an output schema (not shown but indicated), the description is complete. It explains what it does, what it returns, and when to use it, covering all necessary aspects for a read-only historical-analog lookup tool.

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?

The tool has zero parameters, so the baseline is 4. The description implicitly states that it uses 'today's funding conditions' as input context, which clarifies the conceptual basis even though no parameters are exposed in the schema.

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 states the tool identifies historical days most similar to today's funding conditions and provides stress-event frequency and a novelty flag. It names the specific resource ('historical analogs') and the action (finding nearest analogs), which distinguishes it from siblings like 'funding_stress_now' and 'money_market_context'.

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 explicitly says to use it to ground 'what usually happens from here' questions in real history, providing a clear usage context. It doesn't explicitly list when not to use it or name alternative tools, but the purpose is specific enough that the intended use is unambiguous.

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
Disambiguation4/5

The tools are largely separated by domain — funding, fx, oil, crypto, flows, historical day, and health — and the long descriptions make the relationships clear. Still, the broad context tools overlap in cover for mixed cross-market, and there are a few tool pairs with shared concepts (e.g. `funding_stress_now` vs `money_market_context`, or `money_market_context` vs `world_market_context`) that require an agent to read carefully to pick the right one.

Naming Consistency4/5

All tools consistently use lower_snake_case and long informational noun-phrase names, so there is a clear internal style rather than personalized as a fixed verb_noun pattern. The names read predictably as domain-specific evidence tools; only the noun/verse asymmetry from trivial subjects and adjectives is enough to leave a small amount of irregularity.

Tool Count5/5

Eleven tools is a reasonable size for a specialized evidence terminal: each tool adds a distinct evidence or context capability — live funding, health, history, backtest, flows, assets, and broad context. No tool feels redundant or pure padding.

Completeness5/5

The set covers the full reading workflow: current state, granular context, historical analog, proof and health checks, plus specific stress-excessive modules for oil, FX/commodities, and crypto. The terminal scope is evidence/context only and the tools clearly declare their restrictions, so there are no egregious dead-ends within its stated purpose.