Skip to main content
Glama
icen-ai
by icen-ai

OECD SDMX Data Query

ext_oecd
Read-onlyIdempotent

Fetch OECD economic indicators such as GDP, CPI, employment, and trade data via SDMX-JSON. Filter by preset datasets, custom identifiers, time periods, and dimensions. Free access without authentication.

Instructions

查询 OECD 统计数据(SDMX-JSON)。支持季度GDP、就业、先行指标等。完全免费,无需认证。

Args:

  • dataset (string): 预置数据集名,如 "QNA_GDP"、"KEI_CPI"、"EMPLOYMENT"

  • key (string): SDMX 维度键,如 "Q.G20.B1GQ....V.N"(可选,默认 "all",注意数据量可能较大)

  • startPeriod (string): 起始期间,如 "2015-Q1" 或 "2015-01"

  • lastNObservations (number): 返回最近 N 期,默认 20

预置数据集: QNA_GDP | KEI_CPI | EMPLOYMENT | TRADE

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
datasetYes预置数据集: QNA_GDP | KEI_CPI | EMPLOYMENT | TRADE,或自定义 agencyId+dataflowId
keyNoSDMX 维度键,默认 "all"
agencyIdNo自定义 agencyId,与 dataflowId 配合使用
dataflowIdNo自定义 dataflowId
startPeriodNo起始期间,如 "2015-Q1"
endPeriodNo结束期间
lastNObservationsNo最近 N 期数据
Behavior4/5

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

Annotations already declare readOnlyHint and idempotentHint; the description adds value by stating it is free, requires no authentication, and warns about potential large data volume when using default key, which are useful behavioral traits beyond metadata.

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 an Args section and a preset dataset list, but it partially repeats information already in the schema (parameter descriptions), making it slightly less concise.

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 does not explain the return format or structure of the query results; given there is no output schema, this omission leaves agents without guidance on how to interpret the response.

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?

The description supplements the 100% schema-covered parameters with examples, preset dataset names, and notes on default behavior (e.g., 'all' key may return large data), adding meaning beyond the schema 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 clearly states the tool queries OECD statistics (SDMX-JSON) and lists supported datasets, distinguishing it from the sibling tool ext_oecd_datasets which likely lists datasets rather than querying data.

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 provides clear context (free, no authentication) and examples of dataset usage, but lacks explicit guidance on when to use this tool versus other external data tools like ext_imf or ext_fred.

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/icen-ai/mcp-cnbs'

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