Skip to main content
Glama

ieUnit – neutral value reference unit

Wertkorb

ieunit_basket

Get the composition of the ieUnit basket: the nine fixed components, their immutable reference prices at the base date 2017-01-10, their current prices, and how much each one has moved since then. The basket is deliberately fixed and equally weighted; it is never rebalanced. Also returns the list of unit codes accepted by ieunit_convert.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observed

TDQS

A4.3/5.0
Behavior4/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 disclosure. It reveals important behavioral traits: the basket is fixed, equally weighted, never rebalanced, and reference prices are immutable as of the base date. This goes beyond a bare read operation, though it does not mention potential errors or side effects, which are minimal for a simple retrieval.

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 compact, consisting of two sentences, but it packs all essential information: the basket composition, fixed nature, reference and current prices, price movements, and the additional unit codes. There is no filler, and the structure is logical, starting with the main action.

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?

For a tool with no parameters and no output schema, the description fully specifies what the response will contain: nine components, reference prices, current prices, price changes, and the list of unit codes for ieunit_convert. It also explains the basket's immutable design, making the tool self-contained and easily understood.

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 no parameters and the input schema is an empty object. Since there are no parameters, the description need not add any parameter semantics, and the baseline for a zero-parameter tool is 4. The description adds no irrelevant parameter information.

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 opens with a specific verb and resource: 'Get the composition of the ieUnit basket,' and immediately enumerates the exact contents (nine fixed components, reference prices, current prices, price movements). It clearly distinguishes this from sibling tools like ieunit_convert or ieunit_compare by focusing on basket composition rather than conversion or comparison.

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?

The description implies when to use the tool—whenever basket composition or reference prices are needed—but it does not explicitly say when to use it versus alternatives or provide any exclusions. The note about returning unit codes accepted by ieunit_convert gives a practical linkage but falls short of explicit 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