list_tables
ActiveTool of Dst Dk
declared in 0.1.0
List/search available tables. Filter by subject id, free-text search, or recently-updated tables. Returns table ids (use with table_info / get_data), titles, period range, and variable names.
Parameters schema
{
"type": "object",
"properties": {
"lang": {
"type": "string",
"description": "Language: \"en\" (default) or \"da\"."
},
"search": {
"type": "string",
"description": "Free-text filter matched against table ids and titles (case-insensitive)."
},
"pastdays": {
"type": "integer",
"description": "Only tables updated within the last N days."
},
"subjects": {
"type": "string",
"description": "Comma-separated subject id(s) to filter by (from list_subjects)."
},
"includeInactive": {
"type": "boolean",
"description": "Include discontinued tables (default false)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Dst Dk
https://github.com/pipeworx-io/mcp-dst-dk
1/7 registries