Skip to main content
Glama
ManoloZocco

eurostat-mcp-suite

by ManoloZocco

query_dataset

Retrieve and decode statistical observations from Eurostat datasets using dimension filters, NUTS regional levels, and custom time periods.

Instructions

Query and decode statistical observations from a Eurostat dataset with dimension filters and NUTS controls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax inline rows to return (default 500)
filtersNoDimension filter dict, e.g. {"geo": ["FR", "DE", "IT"], "unit": ["CP_MEUR"]}
dataset_idYesEurostat dataset code (e.g. "nama_10_gdp", "DS-059341")
nuts_levelNoOptional NUTS geo filter: 'aggregate', 'country', 'nuts1', 'nuts2', 'nuts3'
since_periodNoStart period (e.g. "2020", "2020M01")
until_periodNoEnd period (e.g. "2023")
last_n_periodsNoNumber of most recent periods to retrieve (default 5)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description must carry the full behavioral disclosure burden. It mentions 'decode' but does not explain what that entails (e.g., converting codes to labels), nor does it mention read-only nature, return limits, pagination, or error behavior. This is insufficient for a query tool.

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 a single, concise sentence that front-loads the core purpose and key features (dimension filters, NUTS controls). It contains no filler or redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 7 parameters and an output schema, so the description needn't explain return values; however, it is terse about what 'decode' means and how this tool differs from similar siblings like download_dataset_to_sql. It provides basic context but lacks enough detail for a complex 7-param 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 description coverage is 100%, so the baseline is 3. The description adds no parameter-level detail beyond what the schema already provides, though it hints at filters and NUTS controls which map to specific parameters. It does not elevate the meaning.

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 queries and decodes statistical observations from a Eurostat dataset, with specific mention of dimension filters and NUTS controls. This distinguishes it from sibling tools like search_datasets (searching for datasets) and get_dataset_info (metadata retrieval).

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 implies usage for retrieving observations with filtering, but does not explicitly state when to use this tool over siblings or mention alternatives. There is clear context but no exclusions or comparisons, so it earns a 4 per rubric.

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/ManoloZocco/eurostat-mcp-suite'

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