Police incidents near a location
get_crime_nearRetrieve recent police incident reports near a Charlotte address, including counts by offense and latest reports. Filter by crime type, radius, and time period.
Instructions
CMPD police incident reports near a location: counts by offense and the latest reports.
Answers "is there much crime near 123 Main St?" or "any car break-ins near me lately?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days back to look. | |
| limit | No | Maximum number of records to return. | |
| offense | No | Optional offense filter, e.g. 'burglary', 'motor vehicle theft', 'assault', 'vandalism'. | |
| location | Yes | A street address in Mecklenburg County, e.g. '600 E 4th St, Charlotte, NC 28202', or coordinates as 'latitude,longitude', e.g. '35.2271,-80.8431'. | |
| radius_miles | No | Radius in miles. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| since | No | Earliest date included (local time). | |
| records | Yes | ||
| location | No | ||
| breakdown | No | Counts of all matching records per value. | |
| breakdown_by | No | ||
| radius_miles | No | ||
| total_matching | Yes | Records matching the filters; may exceed returned. |