list_dataflows
ActiveTool of Unicef
Browse or keyword-search UNICEF's datasets (dataflows). UNICEF Data covers child health, nutrition, education, child protection, child mortality, child poverty, immunization, water/sanitation/hygiene (WASH) and the child-related SDGs. Each result has an `id` (the dataflowId you pass to dataflow_structure / get_data), a `version`, and an English name. There are ~70 datasets; pass `query` to filter. Example: list_dataflows({ query: "mortality" }) or list_dataflows({ query: "nutrition" }).
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max results to return (default 50)."
},
"query": {
"type": "string",
"description": "Case-insensitive substring filter on dataset id or name, e.g. \"mortality\", \"education\", \"immunization\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Unicef
https://github.com/pipeworx-io/mcp-unicef
1/7 registries