You're viewing a demo portfolio

Join the waitlist
PRSM

dataflow_structure

Active

Tool of Unicef

declared in 0.1.0

Get the structure (Data Structure Definition) of one UNICEF dataset: its ordered dimensions and, for each, the valid codes (e.g. countries, indicators, sex, age, wealth quintile). Use this to learn how to build the dot-separated SDMX `key` for get_data. The key has one position per dimension, in `dimension_order`; an empty position is a wildcard. Always call this before get_data. Example: dataflow_structure({ dataflow_id: "CME" }).

Parameters schema

{
  "type": "object",
  "required": [
    "dataflow_id"
  ],
  "properties": {
    "dataflow_id": {
      "type": "string",
      "description": "UNICEF dataflow id from list_dataflows, e.g. \"CME\" (child mortality), \"NUTRITION\", \"EDUCATION\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Unicef

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

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