Skip to main content
Glama
scampion

eurostat-mcp

by scampion

search_datasets

Search Eurostat's dataset catalogue by full-text query to find dataset codes, titles, and coverage periods. Use returned codes with get_structure to fetch data.

Instructions

Recherche full-text dans le catalogue Eurostat (~7000 datasets).

Renvoie code, titre et période couverte. Utiliser ensuite get_structure(code) avant toute requête de données.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of describing behavior. It does disclose the return fields (code, title, period) and signals that this is only a precursor to get_structure, but it does not mention limit behavior, pagination, or failure cases.

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?

Three short sentences front-load the purpose, state the returned fields, and give the required next step. There is no filler or redundancy.

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 description provides the essential purpose, return fields, and follow-up call, but it omits the meaning of limit and does not disambiguate from search_indicators. This is adequate for a simple search tool with an output schema but not fully complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only clarifies that query is a full-text search term. The limit parameter is not explained anywhere, so the description does not compensate for the missing parameter documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Recherche full-text dans le catalogue Eurostat (~7000 datasets)', giving a specific verb, resource, and scope. It also states what the tool returns, but it does not explicitly differentiate from the sibling search_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 gives clear workflow guidance by instructing the agent to call get_structure(code) before requesting data. The catalogue-focused scope makes the intended use case clear, but it does not explicitly state when not to use this tool or compare it with alternatives.

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/scampion/nutshell-mcp'

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