dimension_values

Pack: cbs-nl · Endpoint: https://gateway.pipeworx.io/cbs-nl/mcp

List the valid codes/labels for one dimension of a table (a sub-endpoint such as “Periods” or a region/category dimension key, as named in the table root or table_dimensions).

Parameters

NameTypeRequiredDescription
tablestringyesCBS table id, e.g. “37296eng”.
dimensionstringyesDimension endpoint name, e.g. “Periods”, “CaribbeanNetherlands”.
topnumbernoMax rows (default 100).

Example call

curl -X POST https://gateway.pipeworx.io/cbs-nl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dimension_values","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "cbs-nl": {
      "url": "https://gateway.pipeworx.io/cbs-nl/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026