Skip to main content
Glama

ieUnit – neutral value reference unit

Vergleich gegen ieUnit

ieunit_compare

Compare one basket component against the ieUnit over a period of time, measured in ieUnit rather than in a national currency. Answers questions such as how the Swiss franc, gold or Bitcoin held their value against a neutral reference. A negative figure means the component lost value relative to the ieUnit. Available components: USD, EUR, JPY, CHF, CNH, BTC, ETH, Gold, Silber.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoEnd date, YYYY-MM-DD. Defaults to the latest available day.
fromNoStart date, YYYY-MM-DD. Defaults to the base date 2017-01-10.
componentYesThe basket component to compare against the ieUnit.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full transparency burden. It usefully explains that results are measured in ieUnit and that a negative figure means loss of value relative to the ieUnit, but it does not disclose the exact return format (single value vs. series), pagination, or edge cases.

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 three concise sentences that front-load the action, provide concrete examples, and add interpretive guidance. Every sentence contributes meaningful information 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?

The description covers purpose, unit, period, available components, and result interpretation, while the schema fully documents the optional dates. However, because there is no output schema, the description stops short of specifying the exact response structure, which is the main gap.

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 input schema already covers all three parameters with descriptions, including date defaults and the component enum. The tool description repeats the component list but does not add parameter-specific meaning, so the baseline of 3 applies.

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 uses a specific verb and resource: 'Compare one basket component against the ieUnit over a period of time', and clarifies the unit of measurement. It also distinguishes itself from siblings by emphasizing period-based comparison and neutral reference, which sets it apart from convert, value, and history tools.

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 clear use cases ('Answers questions such as how the Swiss franc, gold or Bitcoin held their value against a neutral reference'), which implies when to use the tool. However, it does not explicitly state alternatives or when not to use it, so it falls 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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: basket composition, comparison, conversion, history, methodology, and current value. There is no overlap or ambiguity between any two tools.

Naming Consistency5/5

All tools follow a consistent 'ieunit_' prefix with a descriptive descriptor. While some descriptors are nouns and some are verbs, the pattern is uniform and predictable, making it easy to infer the tool's function.

Tool Count5/5

With 6 tools, the server is well-scoped for its read-only reference unit domain. Each tool earns its place, covering all necessary query types without unnecessary bloat or apparent omissions.

Completeness5/5

The tool surface fully covers the ieUnit domain: current value, historical data, conversion, comparison, basket details, and methodology. Since the unit is a reference value, no write operations are needed, so there are no significant gaps.

Resources