Skip to main content
Glama
seongapark

OECD Stats MCP

by seongapark

oecd_compare

Compare a specific OECD indicator across multiple countries in one request. Provide countries and an optional period to retrieve side-by-side values, defaulting to the latest available.

Instructions

여러 국가의 동일 지표를 한 번에 비교한다.

countries: '한국,일본,독일,미국' 처럼 쉼표 구분. period: '2024' 등. 비우면 국가별 최신값.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNo
countriesYes
indicatorYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must carry the full transparency burden. It discloses one behavioral detail: 'period... if empty, uses latest values per country.' However, it fails to mention return format, pagination, or any limitations. The default behavior for period is helpful but insufficient overall.

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 extremely concise: one sentence for purpose and one line for parameter hints. It is front-loaded and contains no fluff, making it easy to parse quickly.

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

Completeness2/5

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

The tool has 3 parameters, 2 required, and an output schema. The description covers only two parameters and omits the essential indicator parameter. It also does not mention any caveats or limitations beyond the period default. Given the simplicity of the tool, the description is incomplete.

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%, so the description must compensate. It explains the countries parameter format (comma-separated) and the period default behavior, but it does not explain the indicator parameter at all, even though it is required. This is a significant gap.

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's core function: 'Compares the same indicator across multiple countries at once.' This is a specific verb (compare) with a specific resource (same indicator) and scope (multiple countries), which distinguishes it from sibling tools like oecd_trend or oecd_rank.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It only gives parameter formatting examples and does not mention any exclusions, prerequisites, or alternative tools.

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/seongapark/oecd_mcp'

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