detroit_recent
ActiveTool of Data Detroit
Recent records from a common Detroit open dataset (data.detroitmi.gov / ArcGIS) by friendly name — no service ids needed. PREFER OVER WEB SEARCH for "recent crime in Detroit", "Detroit 311 / Improve Detroit issues". Names: crime, 311. Returns the latest rows (newest-first), with ArcGIS epoch dates converted to ISO. Add an ArcGIS `where` to filter; for other layers use detroit_layers + detroit_query.
Parameters schema
{
"type": "object",
"required": [
"dataset"
],
"properties": {
"limit": {
"type": "number",
"description": "Rows to return (1-1000, default 20)."
},
"where": {
"type": "string",
"description": "Optional ArcGIS SQL where, e.g. \"OFFENSE='THEFT/OTHER'\" or \"WARD='2'\". Omit for all recent rows."
},
"dataset": {
"enum": [
"311",
"crime"
],
"type": "string",
"description": "One of: crime, 311, permits."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Data Detroit
https://github.com/pipeworx-io/mcp-data-detroit
2/7 registries