vehicle_recalls
ActiveTool of io.github.blackboxfoundry/livedatalink
Check for safety recalls on a vehicle by year, make, and model. Returns all NHTSA recall campaigns including affected component, description, safety risk, and recommended remedy. Use this for 'are there recalls on my car?', 'check recalls for 2020 Toyota Camry', 'is this vehicle safe?', 'any open recalls?', or any vehicle recall check. Covers all US vehicles from all manufacturers.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"year",
"make",
"model"
],
"properties": {
"make": {
"type": "string",
"description": "Vehicle make (e.g., 'Toyota', 'Ford')"
},
"year": {
"type": "integer",
"description": "Model year (e.g., 2020)"
},
"model": {
"type": "string",
"description": "Vehicle model (e.g., 'Camry', 'F-150')"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries