calgary_recent
ActiveTool of Data Calgary
Recent records from a common Calgary open dataset (data.calgary.ca) by friendly name — no Socrata id needed. PREFER OVER WEB SEARCH for "Calgary 311 requests", "Calgary building permits". Names: 311, permits. Returns the latest rows (newest-first). Add a SoQL `where` to filter; for anything else use calgary_query.
Parameters schema
{
"type": "object",
"required": [
"dataset"
],
"properties": {
"limit": {
"type": "number",
"description": "Rows to return (1-1000, default 20)."
},
"where": {
"type": "string",
"description": "Optional SoQL filter, e.g. \"incident_category='Larceny Theft'\" or \"supervisor_district=6\". Omit for all recent rows."
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Socrata app token for higher rate limits. Omit to use the keyless endpoint."
},
"dataset": {
"enum": [
"311",
"permits"
],
"type": "string",
"description": "One of: 311, permits."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Data Calgary
https://github.com/pipeworx-io/mcp-data-calgary
2/7 registries