You're viewing a demo portfolio

Join the waitlist
PRSM

get_data

Active

Tool of Cbs Nl

declared in 0.1.0

Fetch observations from a table (TypedDataSet). Supports OData v3 query params. Use $select to pick columns (from table_dimensions keys) and $filter to subset, e.g. filter="Periods eq '2020JJ00'". Always set a $top to avoid huge responses.

Parameters schema

{
  "type": "object",
  "required": [
    "table"
  ],
  "properties": {
    "top": {
      "type": "number",
      "description": "OData $top, max rows to return (default 50)."
    },
    "skip": {
      "type": "number",
      "description": "OData $skip, rows to skip for paging."
    },
    "table": {
      "type": "string",
      "description": "CBS table id, e.g. \"37296eng\"."
    },
    "filter": {
      "type": "string",
      "description": "OData $filter, e.g. \"Periods eq '2020JJ00'\" or \"substringof('2020',Periods)\"."
    },
    "select": {
      "type": "string",
      "description": "OData $select, comma-separated dimension/topic keys, e.g. \"Periods,TotalPopulation_1\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Cbs Nl

https://github.com/pipeworx-io/mcp-cbs-nl

1/7 registries
View full server →
get_data — Cbs Nl — PRSM MCP