Skip to main content
Glama

Statistics of the World

get_series_data

High-frequency (daily/weekly/monthly) series: US Treasury yield curve (UST.YC.3M … UST.YC.30Y), SOFR/EFFR/OBFR, CORRA and GoC yields, central bank policy rates for ~38 economies (BIS.CBPOL.M/D), monthly CPI inflation for ~190 countries (IMF.CPI.YOY.M, IMF.CPI.FOOD.YOY.M), monthly 10-year government bond yields for 40+ countries (OECD.IRLT.10Y), monthly unemployment (ILO.UNEMP.RT.M, EUROSTAT.UNEMP.RT.M), Eurostat HICP/industrial production/retail (EUROSTAT..M), monthly electricity (EMBER.ELEC..M), and daily shipping chokepoint transits plus weekly port trade volumes (PORTWATCH.*). Call list_series to browse. Every response carries source licence and attribution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
geoNoISO3 country code (e.g. USA, DEU). Omit with latest=true for a cross-country view.
fromNoStart date YYYY-MM-DD
limitNoMax observations (default 120)
latestNotrue: newest stored observation for every geography. Do not combine with geo, from or limit; reference periods can differ.
series_idYesSeries ID, e.g. UST.YC.10Y, OECD.IRLT.10Y, ILO.UNEMP.RT.M

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / latest / description
      Previous value: -"true: newest observation per geography instead of a time series"New value: +"true: newest stored observation for every geography. Do not combine with geo, from or limit; reference periods can differ."
  2. Added

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are present, so the description carries the behavioral burden. It adds some useful context: the data is high-frequency and every response includes source licence and attribution. However, it does not explicitly describe the return structure, read-only nature, pagination, or any rate limits, though the license/attribution claim is a positive disclosure.

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 first sentence is long but purposeful, packing a comprehensive catalog of supported series into one readable statement. The second and third sentences are short and actionable. It could be structurally improved with bullets, but every sentence contributes useful information and the most important scoping detail is front-loaded.

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?

Given there is no output schema, the description should ideally spell out what the tool returns (time series observations, dates, values, units). It does not. It does provide rich context about data sources and series families, and the sibling list plus list_series pointer help with navigation, but return semantics and response shape are left to inference.

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?

The input schema already has 100% description coverage for all parameters, so the baseline is 3. The description supplements the schema with many concrete series_id examples and clarifies the data families, but does not add new meaning about date formats, geo behavior, or limit semantics beyond what the schema already states.

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 makes clear this tool serves high-frequency series data across many named families (UST, SOFR, CPI, OECD, etc.), so an agent can infer it retrieves observations for a given series_id. However, it never explicitly states 'fetch observations for a series' and does not contrast with sibling tools like get_historical_data, leaving some ambiguity about exact scope.

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

Usage Guidelines3/5

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

It gives one useful routing cue: 'Call list_series to browse.' This implies get_series_data is for known series IDs and list_series is for discovery. But it provides no guidance on when to prefer this over get_historical_data, compare_countries, or other siblings, and no when-not-to-use conditions.

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.