toronto_query
ActiveTool of Data Toronto
Query any City of Toronto datastore resource (open.toronto.ca, CKAN) by its resource id (a UUID). Supports a free-text `q`, exact-match `filters` (field→value), `sort` ("field desc"), limit and offset. Use toronto_datasets to find a resource id, or toronto_recent for the common ones.
Parameters schema
{
"type": "object",
"required": [
"resource_id"
],
"properties": {
"q": {
"type": "string",
"description": "Free-text search across columns."
},
"sort": {
"type": "string",
"description": "Sort clause, e.g. \"APPLICATION_DATE desc\"."
},
"limit": {
"type": "number",
"description": "Max rows (default 100, max 1000)."
},
"offset": {
"type": "number",
"description": "Row offset for paging."
},
"filters": {
"type": "object",
"description": "Exact-match filters as a JSON object, e.g. {\"PERMIT_TYPE\":\"New Building\"}."
},
"resource_id": {
"type": "string",
"description": "CKAN datastore resource id (UUID), e.g. \"6d0229af-bc54-46de-9c2b-26759b01dd05\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Data Toronto
https://github.com/pipeworx-io/mcp-data-toronto
2/7 registries