You're viewing a demo portfolio

Join the waitlist
PRSM

get_data

Active

Tool of Ilostat

declared in 0.1.0

Pull observations from an ILOSTAT dataset. `key` is a dot-separated SDMX dimension filter, one position per dimension in the order given by dataflow_structure; leave a position empty to wildcard it. ILO keys typically start with REF_AREA then FREQ; e.g. get_data({ dataflow_id: "DF_SDG_0852_SEX_AGE_RT", key: "USA.A...", start_period: "2015", end_period: "2024" }) selects the USA, annual frequency, and wildcards the remaining dimensions. Omit `key` (or pass "") to fetch all series — caution, this can be large. Returns decoded series with their dimension labels and per-period values.

Parameters schema

{
  "type": "object",
  "required": [
    "dataflow_id"
  ],
  "properties": {
    "key": {
      "type": "string",
      "description": "Dot-separated dimension filter (one position per dimension, empty = wildcard), e.g. \"USA.A...\" . Omit for all series."
    },
    "last_n": {
      "type": "number",
      "description": "Return only the last N observations per series."
    },
    "end_period": {
      "type": "string",
      "description": "End period, e.g. \"2024\"."
    },
    "max_series": {
      "type": "number",
      "description": "Cap the number of decoded series returned (default 200)."
    },
    "dataflow_id": {
      "type": "string",
      "description": "ILOSTAT dataflow id, e.g. \"DF_SDG_0852_SEX_AGE_RT\"."
    },
    "start_period": {
      "type": "string",
      "description": "Start period, e.g. \"2015\", \"2015-01\", \"2015-Q1\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Ilostat

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

1/7 registries
View full server →