Skip to main content
Glama

get_economic_indicators

Read-onlyIdempotent

Eurostat HICP annual inflation rate (monthly), seasonally adjusted unemployment rate (monthly), or real GDP growth over the previous quarter (quarterly). EU/EFTA only, since 2020 through latest published periods. Source flags, missing cells, units and evidence retained. Use list_economic_indicators for countries; not real-time or independently verified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum latest monthly or quarterly observations returned, default 24.
countryYesEurostat EU/EFTA country code from list_economic_indicators, for example FR or EL for Greece; not a World Bank three-character code.
languageNoResponse metadata language: en or fr; original source notes are preserved.en
indicatorYesEurostat series key from list_economic_indicators; check frequency, units and adjustment.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
recordNo
statusYes
countryYes
returnedYes
directoryNo
indicatorYes
interpretationNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedOutput schema / properties / record / properties / provenance / properties / verification_level / enum
      Previous value: -[
      -  "official_source_and_schema_checked",
      -  "method_specific"
      -]New value: +[
      +  "official_source_and_schema_checked",
      +  "public_aggregator_and_schema_checked",
      +  "method_specific"
      +]
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive, closed-world behavior, so the bar is lower. The description adds genuinely new context: source flags, missing cells, units and evidence are retained, and the series are neither real-time nor independently verified. That data-quality caveat is exactly what an agent needs before interpreting results.

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?

Three tight sentences, front-loaded with the indicators and scope before the limitations and the sibling reference. Dense but every clause (source flags, missing cells, units, evidence retained) earns its place; only mild run-on density keeps it from a 5.

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?

An output schema exists, so return structure need not be explained. The description covers scope, caveats, and a sibling alternative for a four-parameter read tool, leaving only cross-sibling selection among other indicator tools unaddressed.

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 description coverage is 100%, with enum values and per-parameter descriptions for country, indicator, limit and language, so the schema already carries the semantics. The description restates the three indicator types but adds no format, unit or coding detail beyond what the schema provides; baseline 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 names the concrete series (Eurostat HICP annual inflation, seasonally adjusted unemployment, real GDP growth), the geography (EU/EFTA), and the time window (since 2020). It explicitly contrasts itself with list_economic_indicators, so an agent can separate it from both the list sibling and get_us_economic_indicators.

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?

It routes the agent to list_economic_indicators for country codes and warns that the data is 'not real-time or independently verified,' which is clear usage context. It stops short of stating when to prefer get_us_economic_indicators or get_historical_indicators, so the alternative-selection guidance is partial rather than exhaustive.

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.

Resources