search_drug_adverse_events
Search FDA FAERS for adverse event reports by drug name, reaction, or manufacturer. Retrieve patient demographics, drug details, and reported reactions.
Instructions
Search FDA Adverse Event Reporting System (FAERS) for drug safety reports. Find adverse events by drug name, reaction type, manufacturer, date range, and seriousness. Retrieve a specific report by safetyReportId. Returns patient demographics, drug details, and reported reactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of results to skip for pagination | |
| limit | No | Maximum results to return (1-100, default 10) | |
| dateTo | No | End date (YYYY-MM-DD or YYYYMMDD format) | |
| serious | No | Filter for serious adverse events only | |
| dateFrom | No | Start date (YYYY-MM-DD or YYYYMMDD format) | |
| drugName | No | Drug or product name to search | |
| reaction | No | Adverse reaction to search (e.g., 'headache', 'nausea') | |
| manufacturer | No | Drug manufacturer name | |
| safetyReportId | No | Unique safety report ID for retrieving a specific adverse event report |