Skip to main content
Glama

Get Data

get_data
Read-onlyIdempotent

Pull observations from a STATEC dataset. key is a dot-separated SDMX dimension filter, one position per dimension in the order given by dataflow_structure; leave a position empty to wildcard it. Fetch dataflow_structure first to know the dimension order and valid codes. Example: get_data({ dataflow_id: "DF_A1100", key: "Valeur..A", start_period: "2010", end_period: "2020" }) picks VARIABLE=Valeur, wildcards SPECIFICATION, FREQ=A (annual). Omit key (or pass "") to fetch all series — caution, this can be large. Returns decoded series with their dimension labels and per-period values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoDot-separated dimension filter (one position per dimension, empty = wildcard), e.g. "Valeur..A". Omit for all series.
last_nNoReturn only the last N observations per series.
end_periodNoEnd period, e.g. "2020".
max_seriesNoCap the number of decoded series returned (default 200).
dataflow_idYesSTATEC dataflow id, e.g. "DF_A1100".
start_periodNoStart period, e.g. "2010", "2010-01", "2010-Q1".

TDQS

A4.9/5.0
Behavior5/5

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

The description adds rich behavioral context beyond the annotations: explains the key filter semantics with wildcards, the consequence of omitting key (fetch all series, potentially large), and the return format ('decoded series with their dimension labels and per-period values'). This goes far beyond the read-only/idempotent flags.

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 concise, well-organized, and front-loaded with the core purpose. It includes a helpful inline example while keeping every sentence informative. No filler or redundant phrasing.

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?

Despite having six parameters and no output schema, the description covers the essential operational details: prerequisite tool, key syntax, wildcard logic, the risk of fetching all data, and the return shape. It gives the agent enough to use the tool safely and correctly.

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 coverage is 100%, so baseline is 3. The description significantly enhances the most complex parameter (key) by explaining the dot-separated positions and wildcard behavior, and clarifies that omitting key vs passing an empty string are equivalent. Other parameters are left to the schema, which already provides adequate descriptions.

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 the specific action and resource: 'Pull observations from a STATEC dataset.' It clearly distinguishes this from sibling tools like dataflow_structure (which provides structure, not observations) and list_dataflows. The detailed key syntax and example further reinforce the tool's unique purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives explicit directive to 'Fetch dataflow_structure first to know the dimension order and valid codes,' which is a prerequisite and alternative-tool guidance. It also warns about the risk of fetching all series ('caution, this can be large'), telling the agent when to be careful. The example shows a concrete invocation.

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

A3.8/5.0
Disambiguation2/5

Multiple tools have blurry boundaries: ask_pipeworx, ask_pipeworx_beta, and ask_pipeworx_grounded are near-identical (beta is explicitly 'exactly' the stable version), and ai_visibility_check vs scan_competitor_ai_presence is a single-vs-batch duplicate. The six polymarket_* tools are differentiated by long descriptions, but their overlapping concerns (edges, arbitrage, fill risk, spread) would frequently misroute an agent, and discover_tools vs suggest_questions also compete.

Naming Consistency3/5

Names follow two coexisting conventions: verb_noun for actions (get_data, resolve_entity, validate_claim) and domain-prefixed families (polymarket_*, pipeworx_*, ask_pipeworx_*). Within each family the pattern is consistent, but mixing the two styles across the set, plus outliers like generate_llms_txt and bare verbs (remember, forget, recall), makes the overall scheme feel uneven though still readable.

Tool Count2/5

34 tools is well past the 'heavy' threshold and the count is not justified by the server's stated identity: a server named 'Statec Lu' (Luxembourg statistics) contains only 3 STATEC tools buried among general data-platform, prediction-market, AI-visibility, npm-scanning, and memory utilities. The sprawling, multi-domain surface would be more coherent split into separate servers.

Completeness3/5

The STATEC subset is complete (list_dataflows → dataflow_structure → get_data forms a full browse/fetch lifecycle), and the broader research surface covers entity resolution, grounded answers, comparison, claim verification, and subscription/alert/memory management. However, the overall domain is incoherent—a STATEC server missing nothing for statistics but carrying 31 unrelated tools—and there are notable gaps such as no tool to directly fetch a pipeworx:// citation URI and no execution side for the extensive Polymarket analysis tools.