query_resource
ActiveTool of Data Nl
declared in 0.1.0
Pull rows from a tabular Netherlands Open Data resource (CKAN DataStore) by resource_id (from a dataset's resources). Optional full-text q, limit, offset. Note: only resources with the DataStore enabled are queryable.
Parameters schema
{
"type": "object",
"required": [
"resource_id"
],
"properties": {
"q": {
"type": "string",
"description": "Optional full-text filter over the rows."
},
"limit": {
"type": "number",
"description": "Max rows (default 100)."
},
"offset": {
"type": "number",
"description": "Pagination offset."
},
"resource_id": {
"type": "string",
"description": "A resource_id from dataset/search_datasets."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Data Nl
https://github.com/pipeworx-io/mcp-data-nl
1/7 registries