query
ActiveTool of Data Batonrouge
Run a Socrata SoQL query against a Baton Rouge Open Data dataset by resource_id (e.g. "fabb-cnnu"). Filter with where/select/group/order (SoQL clauses, without the leading $) plus limit/offset. Returns matching rows as JSON.
Parameters schema
{
"type": "object",
"required": [
"resource_id"
],
"properties": {
"group": {
"type": "string",
"description": "SoQL $group column(s)."
},
"limit": {
"type": "number",
"description": "Max rows (default Socrata 1000)."
},
"order": {
"type": "string",
"description": "SoQL $order, e.g. \"date DESC\"."
},
"where": {
"type": "string",
"description": "SoQL $where filter, e.g. \"year >= 2020 AND status = 'Active'\"."
},
"offset": {
"type": "number",
"description": "Pagination offset."
},
"select": {
"type": "string",
"description": "SoQL $select, e.g. \"name, count(*) AS n\"."
},
"resource_id": {
"type": "string",
"description": "Dataset id, e.g. \"fabb-cnnu\" (from datasets)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Data Batonrouge
https://github.com/pipeworx-io/mcp-data-batonrouge
2/7 registries