get_data
ActiveTool of Dst Dk
Pull data from a table. Provide tableId and a "variables" map of {variableCode: valueOrValues}, using codes/ids from table_info. Each value may be a single id, an array of ids, or "*" for all. Omitted variables that allow elimination are aggregated to total. format "JSONSTAT" (default, structured JSON-stat) or "BULK"/"CSV" (semicolon-delimited text).
Parameters schema
{
"type": "object",
"required": [
"tableId",
"variables"
],
"properties": {
"lang": {
"type": "string",
"description": "Language: \"en\" (default) or \"da\"."
},
"format": {
"type": "string",
"description": "\"JSONSTAT\" (default), \"BULK\" or \"CSV\" (both return semicolon CSV)."
},
"tableId": {
"type": "string",
"description": "Table id, e.g. \"FOLK1C\"."
},
"variables": {
"type": "object",
"description": "Map of variable code -> value(s). Value is a string, an array of strings, or \"*\". Example: {\"OMRÅDE\":\"000\",\"Tid\":[\"2024K1\",\"2024K2\"],\"ALDER\":\"IALT\"}."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Dst Dk
https://github.com/pipeworx-io/mcp-dst-dk
1/7 registries