openfda_recall_searcher
Search FDA drug recall records for specific drugs, classifications, and statuses. Retrieve recall details including reason, product identification, firm details, and distribution information to analyze safety and compliance
Instructions
Search FDA drug recall records from the Enforcement database.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
api_key | No | Optional OpenFDA API key (overrides OPENFDA_API_KEY env var) | |
drug | No | Drug name to search for recalls | |
limit | No | Maximum number of results | |
page | No | Page number (1-based) | |
reason | No | Search text in recall reason | |
recall_class | No | Recall classification (1=most serious, 2=moderate, 3=least serious) | |
since_date | No | Show recalls after this date (YYYYMMDD format) | |
status | No | Recall status (ongoing, completed, terminated) |