dataflow_structure
ActiveTool of mcp-bundesbank-de
Get the data structure definition (DSD) for a dataflow: its dimensions and the valid codes for each, which you need to build a series key for get_series. Returns SDMX 2.1 structure XML. The DSD id differs from the dataflow id (e.g. dataflow BBEX3 uses DSD "BBK_ERX"). Pass the dataflow id (flowRef) and this tool resolves the DSD for you; the dimensions appear in <DimensionList> in key order. Set withCodes=true (default) to inline the codelists (references=children).
Parameters schema
{
"type": "object",
"required": [
"flowRef"
],
"properties": {
"flowRef": {
"type": "string",
"description": "Dataflow id whose structure you want, e.g. \"BBEX3\"."
},
"withCodes": {
"type": "boolean",
"description": "Include the referenced codelists (valid dimension values). Default true."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-bundesbank-de
https://github.com/pipeworx-io/mcp-bundesbank-de
2/7 registries