Defect Investigations
vehicle.safety.investigationsSearch NHTSA defect investigation records by vehicle make and model. Returns investigation type, description, and status for active and closed investigations.
Instructions
Search NHTSA defect investigation records by manufacturer and model. Returns investigation number, type (preliminary/engineering analysis), description, latest activity date, and NHTSA action number. Covers active and closed investigations for US vehicles (NHTSA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| make | Yes | Vehicle manufacturer name (e.g. "Tesla", "GM", "Ford") | |
| model | No | Vehicle model name to narrow results (e.g. "Model 3", "Bolt EV") |
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. |