Skip to main content
Glama

nhtsa_checkRecalls

Check for open safety recalls on vehicles using NHTSA data to inform customers during insurance quoting, policy reviews, and claim investigations.

Instructions

Check for open safety recalls on a vehicle using the NHTSA Recalls API.

This API searches the NHTSA database for any open safety recalls on the specified vehicle.

Returns for each recall:

  • Recall campaign number

  • Recall date

  • Component description

  • Summary of the defect

  • Consequence of the defect

  • Corrective action/remedy

  • Manufacturer's recall number

  • Whether the recall is safety-related

Use this to:

  • Inform customers of open recalls when quoting

  • Check recalls during annual review

  • Verify recalls during claim investigation

  • Due diligence before binding policies

IMPORTANT:

  • Always inform customers of open recalls

  • Document in notes if recalls are found

  • Some states require disclosure of recall information

Input Schema

NameRequiredDescriptionDefault
makeNoVehicle make (optional, improves search)
modelNoVehicle model (optional, improves search)
modelYearNoModel year (optional but recommended)
vinYes17-character Vehicle Identification Number (required)

Input Schema (JSON Schema)

{ "properties": { "make": { "description": "Vehicle make (optional, improves search)", "type": "string" }, "model": { "description": "Vehicle model (optional, improves search)", "type": "string" }, "modelYear": { "description": "Model year (optional but recommended)", "type": "number" }, "vin": { "description": "17-character Vehicle Identification Number (required)", "type": "string" } }, "required": [ "vin" ], "type": "object" }

Other Tools from Nowcerts

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReduceMyIns/Nowcerts'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server