fda.recalls
ActiveTool of io.github.wikatar/arkolith
FDA drug recalls (Recall Enterprise System). Class I = could cause death/serious harm (material adverse event); Class II/III lower. Filter by recalling firm, drug, classification, and recency; returns classification, reason, status, dates, and the recalling firm's resolved ticker (null if private). CAVEAT: enforcement data updates only WEEKLY and FDA does not revise recall status after classification — can be stale/frozen; not for real-time alerting. Public-domain openFDA.
Parameters schema
{
"type": "object",
"properties": {
"drug": {
"type": "string",
"description": "Drug brand/generic name (optional)"
},
"firm": {
"type": "string",
"description": "Recalling firm name, e.g. 'Pfizer' (optional)"
},
"limit": {
"type": "number",
"description": "Max recalls (1-100, default 50)"
},
"since_days": {
"type": "number",
"description": "Report-date window (default 365, max 1825)"
},
"classification": {
"type": "string",
"description": "'Class I' | 'Class II' | 'Class III' | 'ALL' (default ALL)"
}
}
}Parent server
io.github.wikatar/arkolith
https://github.com/wikatar/Arkolith.com
1/7 registries