check_recalls
ActiveTool of net.alpha-systems/pdf
Check whether a product, brand, drug, or vehicle has an official US recall or safety alert. Aggregates openFDA (food/drug/device), CPSC (consumer products), and NHTSA (vehicles, incl. VIN decode) into normalized JSON. Deterministic, official sources only — useful as a pre-purchase safety guardrail for shopping agents.
Parameters schema
{
"type": "object",
"properties": {
"vin": {
"type": "string",
"description": "Vehicle VIN"
},
"make": {
"type": "string"
},
"year": {
"type": "string"
},
"model": {
"type": "string"
},
"query": {
"type": "string",
"description": "Product, brand, or drug name"
}
}
}Parent server
net.alpha-systems/pdf
1/7 registries