You're viewing a demo portfolio

Join the waitlist
PRSM

get_data

Active

Tool of Dst Dk

declared in 0.1.0

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\"}."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Dst Dk

https://github.com/pipeworx-io/mcp-dst-dk

1/7 registries
View full server →
get_data — Dst Dk — PRSM MCP