get_data
ActiveTool of mcp-istat-it
Pull observations from an ISTAT 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. Example: get_data({ dataflow_id: "101_1015", key: "A.IT...", start_period: "2021", end_period: "2023" }) selects annual (A), REF_AREA=IT (Italy), and wildcards the rest. 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. \"A.IT...\" . 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. \"2023\"."
},
"max_series": {
"type": "number",
"description": "Cap the number of decoded series returned (default 200)."
},
"dataflow_id": {
"type": "string",
"description": "ISTAT dataflow id, e.g. \"101_1015\"."
},
"start_period": {
"type": "string",
"description": "Start period, e.g. \"2021\", \"2021-01\", \"2021-Q1\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-istat-it
https://github.com/pipeworx-io/mcp-istat-it
2/7 registries