detroit_query
ActiveTool of Data Detroit
Query any Detroit ArcGIS layer by service path + layer id. Full ArcGIS query: where, out_fields, order_by, limit. Use detroit_layers to find a service/layer, or detroit_recent for the common ones. Epoch dates are converted to ISO.
Parameters schema
{
"type": "object",
"required": [
"service",
"layer"
],
"properties": {
"layer": {
"type": "number",
"description": "Layer id within the service (from detroit_layers), e.g. 39."
},
"limit": {
"type": "number",
"description": "Max rows (default 100, max 2000)."
},
"where": {
"type": "string",
"description": "ArcGIS SQL where (default \"1=1\")."
},
"service": {
"type": "string",
"description": "ArcGIS service path, e.g. \"RMS_Crime_Incidents/FeatureServer\" (or a short name: crime|service_requests|permits)."
},
"order_by": {
"type": "string",
"description": "Sort clause, e.g. \"incident_occurred_at DESC\"."
},
"out_fields": {
"type": "string",
"description": "Comma-separated fields, or \"*\" (default)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Data Detroit
https://github.com/pipeworx-io/mcp-data-detroit
2/7 registries