recall_screen
ActiveTool of io.github.blackboxfoundry/livedatalink
One-call product-safety recall sweep across CPSC (consumer products), openFDA (drug/device/food enforcement), and NHTSA (vehicles). Provide a product/keyword/manufacturer query and/or a full vehicle (year+make+model). Results are normalized, deduped within and across sources, severity-rolled (FDA Class I or death-related = high), and summarized with a by-classification breakdown. A source that fails is noted, not fatal. Premium cross-source synthesis. Verify against the official sources before acting.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"query": {
"type": "string",
"description": "Product, keyword, or manufacturer to screen (e.g. 'infant formula', 'Acme Corp')."
},
"since": {
"type": "string",
"description": "Optional lower-bound date (YYYY-MM-DD) for FDA recalls."
},
"domains": {
"type": "array",
"items": {
"enum": [
"consumer",
"drug",
"device",
"food",
"vehicle"
],
"type": "string"
},
"description": "Optional subset of sources to check; default checks all applicable."
},
"vehicle_make": {
"type": "string",
"description": "Vehicle make (e.g. 'Toyota')."
},
"vehicle_year": {
"type": "number",
"description": "Vehicle model year (required with make+model for NHTSA)."
},
"vehicle_model": {
"type": "string",
"description": "Vehicle model (e.g. 'Camry')."
}
},
"additionalProperties": false
}Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries