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
| Name | Type | Required | Description |
|---|---|---|---|
table | string | yes | CBS table id, e.g. “37296eng”. |
dimension | string | yes | Dimension endpoint name, e.g. “Periods”, “CaribbeanNetherlands”. |
top | number | no | Max 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.