dataflow_structure
ActiveTool of mcp-istat-it
Get the structure (Data Structure Definition) of one ISTAT dataset: its ordered dimensions and, for each, the valid codes. Use this to learn how to build the dot-separated SDMX key for get_data. The key positions correspond to the dimensions in order; an empty position is a wildcard. Example: dataflow_structure({ dataflow_id: "101_1015" }).
Parameters schema
{
"type": "object",
"required": [
"dataflow_id"
],
"properties": {
"dataflow_id": {
"type": "string",
"description": "ISTAT dataflow id from list_dataflows, e.g. \"101_1015\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-istat-it
https://github.com/pipeworx-io/mcp-istat-it
2/7 registries