Skip to main content
Glama

ieUnit – neutral value reference unit

Aktueller ieUnit-Wert

ieunit_value

Get the current value of one ieUnit. ieUnit is a neutral value reference unit based on a fixed basket of nine components (five fiat currencies, Bitcoin, Ethereum, gold, silver). Returns the value in USD, CHF and EUR, the 24-hour change, and the date of the last update. Values are recalculated once per day. Use this for questions like "what is one ieUnit worth right now".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
currencyNoCurrency for the headline value. Defaults to USD. All three are always included in the result.

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

No annotations were provided, so the description carries the behavioral burden. It discloses that values are recalculated once per day, returns multiple data points (USD, CHF, EUR, 24h change, last update date), and explains the underlying basket, giving the agent a clear understanding of the tool's behavior and output.

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 two sentences long, front-loads the main purpose, and provides essential context without unnecessary fluff. The explanation of what an ieUnit is adds value but is not overly verbose.

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?

Without an output schema, the description adequately explains what the tool returns (value in USD, CHF, EUR, 24-hour change, last update date) and the freshness policy. It is complete enough for a simple single-parameter 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%, and the schema's parameter description already explains the 'currency' enum and that all three currencies are always included. The description adds no additional parameter semantics beyond what the schema provides, so baseline 3 is appropriate.

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's function with a specific verb and resource: 'Get the current value of one ieUnit.' It also distinguishes the tool from siblings by focusing on the 'current' value and mentioning daily recalculation, differentiating it from ieunit_history or ieunit_compare.

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 provides a direct usage example: 'Use this for questions like "what is one ieUnit worth right now"' which clearly indicates when to use the tool. It does not explicitly state when not to use it, but for a simple current-value tool this is sufficient guidance.

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