fda_recalls
ActiveTool of ai.dynamicfeed/dynamic-feed
Recent FDA-regulated RECALLS & enforcement actions via openFDA — regulatory facts, NO prices. `category` = "drug" (default) | "food" | "device". `query` = optional product / firm / reason search term (e.g. "Pfizer", "peanut", "contamination"; blank = the most recent across that category). `limit` = max items (default 15, cap 25). Per item: product description, recalling firm, reason for recall, classification (Class I/II/III severity), status (Ongoing/Completed/ Terminated), recall-initiation date, distribution pattern, state/country, recall number. Plus a short summary, counts by classification, total_matches, and the newest recall date surfaced separately as `latest_recall_date`. Answers "what FDA-regulated medicines / food / medical devices have been recalled lately, by whom, why, and how serious" — a live public record a training snapshot can't have. DISTINCT from product_recalls (CPSC consumer goods — toys, appliances) and drug_shortages (FDA supply gaps, not defect withdrawals). Source: openFDA (api.fda.gov, U.S. FDA), U.S. Government work — public domain (CC0 1.0); keyless, ~1 h cache. INFORMATIONAL ONLY — openFDA data is NOT for clinical or safety decision-making and may be incomplete; confirm against the official FDA record before acting. HARD CONSTRAINT: every value is a regulatory/safety fact (firm, reason, class, status, date) — NEVER a market price. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "fda_recallsArguments",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 15
},
"query": {
"type": "string",
"title": "Query",
"default": ""
},
"category": {
"type": "string",
"title": "Category",
"default": "drug"
}
}
}Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries