list_tables
Pack: dst-dk · Endpoint: https://gateway.pipeworx.io/dst-dk/mcp
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
| Name | Type | Required | Description |
|---|---|---|---|
subjects | string | no | Comma-separated subject id(s) to filter by (from list_subjects). |
search | string | no | Free-text filter matched against table ids and titles (case-insensitive). |
pastdays | integer | no | Only tables updated within the last N days. |
includeInactive | boolean | no | Include discontinued tables (default false). |
lang | string | no | Language: “en” (default) or “da”. |
Example call
curl -X POST https://gateway.pipeworx.io/dst-dk/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_tables","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"dst-dk": {
"url": "https://gateway.pipeworx.io/dst-dk/mcp"
}
}
}
See Getting Started for client-specific install steps.