5-Star Crash Test Safety Ratings
vehicle.safety.ratingsRetrieve NCAP 5-Star crash test safety ratings for US-market vehicles by make, model, and year, or by vehicle ID. Output includes overall, frontal, side, and rollover ratings with related complaints and recalls.
Instructions
Get NCAP 5-Star crash test safety ratings by make/model/year or vehicle ID. Returns overall rating, frontal crash, side crash, and rollover ratings (1-5 stars). Also shows related complaints, recalls, and investigation counts. Available from ~2011 for US-market vehicles (NHTSA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | No | Vehicle manufacturer name (e.g. "Toyota", "Honda"). Required unless vehicle_id is provided | |
| model | No | Vehicle model name (e.g. "Camry", "Civic"). Required unless vehicle_id is provided | |
| model_year | No | Model year (e.g. 2023). 5-Star ratings available from ~2011. Required unless vehicle_id is provided | |
| vehicle_id | No | NHTSA Vehicle ID for full ratings detail (get from initial search). Overrides make/model/year if provided |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |