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

NameTypeRequiredDescription
subjectsstringnoComma-separated subject id(s) to filter by (from list_subjects).
searchstringnoFree-text filter matched against table ids and titles (case-insensitive).
pastdaysintegernoOnly tables updated within the last N days.
includeInactivebooleannoInclude discontinued tables (default false).
langstringnoLanguage: “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.

Regenerated from source · build May 29, 2026