Traffic crashes near a location
get_traffic_crashes_nearFind traffic crash history near any Charlotte address to check if an intersection is dangerous or support traffic-calming requests.
Instructions
Reported traffic crashes near a location, with counts by severity.
Useful for "is this intersection dangerous?" or traffic-calming requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | How many days back to look. | |
| limit | No | Maximum number of records to return. | |
| 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. |