Nashville Query
nashville_queryQuery any Nashville ArcGIS layer by service path + layer id. Full ArcGIS query: where, out_fields, order_by, limit. Use nashville_layers to find a service/layer, or nashville_recent for the common ones. Epoch dates are converted to ISO.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | Yes | Layer id within the service (from nashville_layers), e.g. 39. | |
| limit | No | Max rows (default 100, max 2000). | |
| where | No | ArcGIS SQL where (default "1=1"). | |
| service | Yes | ArcGIS service path, e.g. "hubNashville_311_Service_Requests_2025_view/FeatureServer" (or a short name: crime|service_requests|permits). | |
| order_by | No | Sort clause, e.g. "Date_Time_Opened DESC". | |
| out_fields | No | Comma-separated fields, or "*" (default). |