list_dataflows
ActiveTool of Ilostat
Browse or keyword-search ILOSTAT datasets (dataflows) from the International Labour Organization. Each result has an `id` (the dataflowId you pass to get_data / dataflow_structure) and an English name. ILO publishes ~1,200 datasets covering employment, unemployment, labour force participation, wages, hours worked, informality, working poverty, child labour, and occupational safety. Always pass `query` to filter unless you really want the whole list. Example: list_dataflows({ query: "unemployment rate" }) or list_dataflows({ query: "minimum wage" }).
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. \"unemployment\", \"wages\", \"labour force\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ilostat
https://github.com/pipeworx-io/mcp-ilostat
1/7 registries