table_info

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

Metadata for one table: title, summary, time period covered, frequency, update status and description. Pass a table id like “37296eng”.

Parameters

NameTypeRequiredDescription
tablestringyesCBS table id, e.g. “37296eng”.

Example call

Arguments

{
  "table": "37296eng"
}

curl

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":"table_info","arguments":{"table":"37296eng"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('table_info', {
  "table": "37296eng"
});

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 August 28, 2026