datastore_query
ActiveTool of Datagov Ie
declared in 0.1.0
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).
Parameters schema
{
"type": "object",
"required": [
"resource_id"
],
"properties": {
"q": {
"type": "string",
"description": "Full-text filter across the table."
},
"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. {\"Constituency\":\"Cork\"}."
},
"resource_id": {
"type": "string",
"description": "Resource UUID from dataset_details, e.g. \"a51e4cf1-733d-4ed6-9ab5-01251a4348f7\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Datagov Ie
https://github.com/pipeworx-io/mcp-datagov-ie
1/7 registries