datastore_query
ActiveTool of mcp-datagov-il
Read actual table rows from a resource via CKAN datastore_search. Works only for resources with datastore_active=true (get the resource_id from dataset_details). Field names and values are often Hebrew (UTF-8).
Parameters schema
{
"type": "object",
"required": [
"resource_id"
],
"properties": {
"q": {
"type": "string",
"description": "Full-text filter across the table (Hebrew or English)."
},
"limit": {
"type": "number",
"description": "Max rows, 1-32000 (default 100)."
},
"offset": {
"type": "number",
"description": "0-based row offset for paging."
},
"filters": {
"type": "object",
"description": "Exact-match column filters, e.g. {\"city\":\"תל אביב\"}."
},
"resource_id": {
"type": "string",
"description": "Resource UUID from dataset_details, e.g. \"2d4cec2c-d153-4bf9-95c6-256860d7857e\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-datagov-il
https://github.com/pipeworx-io/mcp-datagov-il
2/7 registries