Skip to main content
Glama
CohenD

fin-data-mcp-server

by CohenD

OECD dataflow structure (dimensions & codes)

oecd_data_structure
Read-onlyIdempotent

Pull SDMX-JSON to reveal a dataflow's dimensions, key order, and code lists. Use this to construct a valid dot-delimited key before fetching data.

Instructions

Discover a dataflow's full structure — its dimensions, the order they appear in the key, and the allowed codes for each — by pulling the dataflow plus all referenced structures (DSD, codelists, concepts) as SDMX-JSON. Use this before oecd_data to build a valid dot-delimited key. dataflowId may include or omit the trailing version (e.g. 'DSD_PRICES@DF_PRICES_ALL' or '.../1.0'). Example: { agency: "OECD.SDD.TPS", dataflowId: "DSD_PRICES@DF_PRICES_ALL" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agencyYesAgency id, e.g. OECD.SDD.TPS
dataflowIdYesDataflow id, optionally with version, e.g. DSD_PRICES@DF_PRICES_ALL
Behavior4/5

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

The description adds context beyond annotations by explaining it pulls the dataflow and all referenced structures as SDMX-JSON. It also notes the version handling for dataflowId. Annotations already declare readOnlyHint and idempotentHint, so the behavior is well-covered.

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 (about 60 words), front-loaded with the main purpose, and every sentence adds necessary context. No redundant information.

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?

While the tool's purpose is clear and annotations cover safety, the description lacks details about the output format beyond 'as SDMX-JSON.' Given no output schema, the agent may need more guidance on interpreting the result.

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% with clear descriptions. The description adds value by explaining the version handling for dataflowId and providing an example, which helps agents construct valid inputs.

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 purpose: discovering a dataflow's dimensions, key order, and allowed codes. It distinguishes itself from sibling tools like oecd_data and oecd_dataflows by specifying its role in building a valid key before fetching 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 explicitly advises using this tool before oecd_data to build a valid key, providing clear context. While it does not list alternative tools or when not to use it, the sibling names (oecd_dataflows, oecd_data) implicitly cover this.

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/CohenD/fin-data-mcp'

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