You're viewing a demo portfolio

Join the waitlist
PRSM

list_dataflows

Active

Tool of Ilostat

declared in 0.1.0

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\"."
    }
  }
}

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 →
list_dataflows — Ilostat — PRSM MCP