You're viewing a demo portfolio

Join the waitlist
PRSM

dataflow_structure

Active

Tool of Ilostat

declared in 0.1.0

Get the structure (Data Structure Definition) of one ILOSTAT dataset: its ordered dimensions and, for each, the valid codes. Use this to learn how to build the dot-separated SDMX key for get_data. The key positions correspond to the dimensions in order; an empty position is a wildcard. Common dimensions are REF_AREA (ISO3 country code, e.g. "USA", "FRA"), FREQ (A=annual, Q=quarterly, M=monthly), SEX, AGE, and MEASURE. Always call this before get_data. Example: dataflow_structure({ dataflow_id: "DF_SDG_0852_SEX_AGE_RT" }).

Parameters schema

{
  "type": "object",
  "required": [
    "dataflow_id"
  ],
  "properties": {
    "dataflow_id": {
      "type": "string",
      "description": "ILOSTAT dataflow id from list_dataflows, e.g. \"DF_SDG_0852_SEX_AGE_RT\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Ilostat

https://github.com/pipeworx-io/mcp-ilostat

1/7 registries
View full server →
dataflow_structure — Ilostat — PRSM MCP