You're viewing a demo portfolio

Join the waitlist
PRSM

get_data

Active

Tool of Statec Lu

declared in 0.1.0

Pull observations from a STATEC 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. Fetch dataflow_structure first to know the dimension order and valid codes. Example: get_data({ dataflow_id: "DF_A1100", key: "Valeur..A", start_period: "2010", end_period: "2020" }) picks VARIABLE=Valeur, wildcards SPECIFICATION, FREQ=A (annual). 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. \"Valeur..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. \"2020\"."
    },
    "max_series": {
      "type": "number",
      "description": "Cap the number of decoded series returned (default 200)."
    },
    "dataflow_id": {
      "type": "string",
      "description": "STATEC dataflow id, e.g. \"DF_A1100\"."
    },
    "start_period": {
      "type": "string",
      "description": "Start period, e.g. \"2010\", \"2010-01\", \"2010-Q1\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Statec Lu

https://github.com/pipeworx-io/mcp-statec-lu

1/7 registries
View full server →
get_data — Statec Lu — PRSM MCP