Search Drug Adverse Events
health.safety.drug_eventsSearch FDA FAERS database to find drug adverse event reports, including side effects, reactions, and patient demographics using OpenFDA API.
Instructions
Search FDA FAERS database for drug adverse event reports — side effects, reactions, patient demographics (OpenFDA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | Yes | OpenFDA search query for adverse events (e.g. "patient.drug.medicinalproduct:aspirin", "patient.reaction.reactionmeddrapt:headache") | |
| limit | No | Number of results (1-100, default 10) | |
| skip | No | Number of results to skip for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |