Skip to main content
Glama
nexusforge-tools

NexusForge EU Finance

Official

get_eu_gdp

Read-onlyIdempotent

Retrieve quarterly GDP data for EU and Eurozone countries from Eurostat. Select units like growth rates or absolute values. Specify countries and number of quarters for economic analysis.

Instructions

Fetches quarterly GDP data for EU/Eurozone countries from Eurostat (dataset: namq_10_gdp). Returns a JSON object with: data (array of objects, each containing country as a full name string, period in YYYY-Qq format e.g. "2024-Q3", value as a number, and unit as a string label), source, and retrieved_at as ISO 8601. Defaults to year-on-year growth rate (%) for EA20, EU27_2020, DE, FR, IT, ES over the last 4 quarters. Data is cached 24 hours. Missing periods are omitted from the array (not returned as null). USAGE: Use unit=CLV_PCH_SM (default) for cross-country growth comparisons. Use unit=CP_MEUR to compare absolute GDP size. Use unit=CLV_PCH_PRE for quarter-on-quarter momentum. Use unit=CLV10_MEUR for real GDP volume excluding price effects. Typical Eurostat data lag is 60-90 days after quarter end — the most recent quarter may be absent. Request quarters=8 or more for recession analysis or multi-year trend charts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countriesNoList of EU country codes (e.g. ["DE", "FR"]). Use "EA20" for Eurozone, "EU27_2020" for EU-27.
unitNoUnit: CLV_PCH_SM = growth rate vs same quarter previous year (default), CLV_PCH_PRE = growth rate vs previous quarter, CP_MEUR = current prices in million EUR, CLV10_MEUR = chain-linked volumes in million EURCLV_PCH_SM
quartersNoNumber of recent quarters to return (1-20). Default: 4 (1 year).
Behavior5/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false. The description adds key behavioral traits: data is cached for 24 hours, missing periods are omitted (not returned as null), and typical Eurostat data lag is 60-90 days. This provides rich context beyond annotations.

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 well-structured with a clear opening sentence stating the tool's purpose. It then covers output format, defaults, caching, and usage in a logical order. While it is detailed, every sentence serves a purpose; minor verbosity could be trimmed.

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?

Given the absence of an output schema, the description thoroughly explains the returned data structure (array of objects with country, period, value, unit), plus source and retrieved_at fields. It covers all parameters, default behavior, caching, data lag, and missing period handling. Complete for a data retrieval tool.

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?

Schema description coverage is 100%, so baseline is 3. The description adds value by explaining the semantic meaning of each unit (e.g., CLV_PCH_SM for year-on-year growth) and giving examples of country codes (EA20, EU27_2020). It also clarifies defaults and parameter effects.

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 fetches quarterly GDP data for EU/Eurozone countries from Eurostat, specifying the dataset (namq_10_gdp). It distinguishes from siblings which cover other economic indicators like inflation, unemployment, and exchange rates.

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 includes explicit guidance on when to use each unit parameter (e.g., use CLV_PCH_SM for cross-country growth comparisons, CP_MEUR for absolute GDP size). It also mentions typical data lag and suggests using more quarters for recession analysis. However, it does not directly compare with sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nexusforge-tools/mcp-eu-finance'

If you have feedback or need assistance with the MCP directory API, please join our Discord server