Citywide crime statistics
summarize_crimeSummarize Charlotte crime incident counts by offense, patrol division, year, neighborhood, place type, or clearance status. Filter by offense, year, or division to reveal trends and comparisons.
Instructions
Citywide CMPD incident counts grouped by offense, division, year, or neighborhood.
Use group_by='year' with an offense filter for trends, e.g. robberies per year since 2017.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Calendar year. | |
| limit | No | Maximum number of records to return. | |
| offense | No | e.g. 'robbery'. | |
| group_by | No | offense | |
| patrol_division | No | e.g. 'Central', 'Providence'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| notes | No | ||
| source | Yes | ||
| filters | Yes | The SQL where clause that was applied. | |
| group_by | Yes | ||
| location | No | ||
| statistic | Yes | ||
| radius_miles | No |