get_data
ActiveTool of Cbs Nl
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\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Cbs Nl
https://github.com/pipeworx-io/mcp-cbs-nl
1/7 registries