Back to catalog
Cortexa research tool·clinical·openfda
OpenFDA Search Drug Enforcement
Search the FDA drug enforcement (recall) database via openFDA. Contains drug recalls, withdrawals, and field corrections submitted to the FDA. Use Lucene query syntax: 'classification:"Class I"' (most serious, may cause death), 'recalling_firm:pfizer', 'status:Ongoing'. Returns recall details including reason, product description, distribution pattern, classification, firm, and dates. Use count parameter for frequency analysis (e.g., count='classification' to see recall counts by class).
Livelast probed 2026-04-30 23:07Z· 597msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 597ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"count": {
"description": "Field to count by for frequency analysis (e.g., 'classification', 'recalling_firm.exact', 'voluntary_mandated.exact')",
"type": [
"string",
"null"
]
},
"limit": {
"description": "Maximum number of results (default 5, max 100)",
"type": [
"integer",
"null"
]
},
"search": {
"description": "Lucene query for drug recalls (e.g., 'classification:\"Class I\"', 'status:Ongoing', 'recalling_firm:pfizer', 'reason_for_recall:contamination'). Leave null to get recent recalls.",
"type": [
"string",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default OpenFDA Search Drug Enforcement call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenFDA_search_drug_enforcement
- Tool name
- OpenFDA_search_drug_enforcement
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse