Skip to main content
Glama

Cnb Czeonia

cnb_czeonia
Read-onlyIdempotent

CZEONIA — the Czech Overnight Index Average (the reference rate for actual overnight CZK interbank deposits) for a given day. Returns validFor, the overnight rate (percent) and traded volume in CZK millions. Omit date for the latest. Verified live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDay in YYYY-MM-DD, e.g. "2026-05-27". Omit for the latest. Weekends/holidays return the last valid working-day value.

TDQS

A4/5.0
Behavior4/5

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

Adds behavioral context beyond annotations: specifies returned fields (validFor, rate, volume) and data freshness (verified live). No contradictions with annotations (readOnlyHint, idempotentHint). Weekend/holiday behavior is in schema, not description, but description still adds value.

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?

Three concise sentences: defines the acronym, lists return fields, and provides usage tip. Front-loaded with the most important information; every sentence earns its place without redundancy.

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?

Adequately covers tool purpose, input usage, and key outputs despite lacking an output schema. Could be slightly improved by noting the format of the returned rate or volume, but sufficient for a simple one-parameter lookup 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?

Schema coverage is 100% with detailed parameter description (date format, omission for latest, weekend/holiday handling). Description merely restates 'Omit date for the latest', adding no new semantic value beyond 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?

Clearly states the tool returns CZEONIA (Czech Overnight Index Average) for a given day with specific outputs (validFor, rate, volume). Distinguishes from sibling tools by naming the exact index and contrasting with other CNB tools like exchange rates or PRIBOR.

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

Usage Guidelines3/5

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

Indicates when to omit the date parameter (for latest). Does not explicitly state when to use this tool versus alternatives like cnb_pribor or cnb_exchange_rates, leaving the agent to infer based on the specific rate name.

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.2/5.0
Disambiguation4/5

Tools have distinct purposes overall, but some pairs (e.g., ask_pipeworx vs ask_pipeworx_grounded, entity_profile vs recent_changes) could cause agent confusion without careful reading. Descriptions mitigate overlap, so only minor ambiguity.

Naming Consistency4/5

Most tools use snake_case with verb_noun or noun_verb patterns, but several single-word verbs (forget, recall, remember, subscribe) and a few inconsistent forms (czeonia, pribor) break uniformity. Still, the pattern is largely predictable.

Tool Count4/5

31 tools is high but justified for a multi-domain data gateway covering finance, economics, FDA, betting, and subscriptions. Each tool has a clear role, though the count pushes the upper bound for easy scanning.

Completeness5/5

The tool set comprehensively covers its stated domains: entity resolution, financial data, exchange rates, interest rates, SEC filings, FDA, Polymarket analysis, subscriptions, and utility memory. No obvious gaps given its purpose as a data retrieval and analysis server.