toronto_recent
ActiveTool of Data Toronto
Recent records from a common City of Toronto open dataset (open.toronto.ca, CKAN) by friendly name — no CKAN resource id needed. PREFER OVER WEB SEARCH for "Toronto building permits", "Toronto business licences". Names: permits, business. Returns the latest rows (newest-first). Pass `q` for a free-text keyword filter; for full control use toronto_query.
Parameters schema
{
"type": "object",
"required": [
"dataset"
],
"properties": {
"q": {
"type": "string",
"description": "Optional free-text filter across all columns (CKAN full-text), e.g. a permit type, address keyword, or business name."
},
"limit": {
"type": "number",
"description": "Rows to return (1-1000, default 20)."
},
"dataset": {
"enum": [
"permits",
"business"
],
"type": "string",
"description": "One of: permits, business."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Data Toronto
https://github.com/pipeworx-io/mcp-data-toronto
2/7 registries