get_adverse_events
Get the most frequently reported FDA adverse events for a drug, with total report count and top reactions. Use to identify commonly reported side effects from voluntary reports.
Instructions
Summarize which side effects are most often reported for a drug.
Returns the total number of FDA adverse event reports mentioning the drug and the most frequently reported reactions with their counts, rather than individual case records.
These are voluntary reports. A report does not establish that the drug caused the event, common drugs accumulate more reports simply by being common, and counts cannot be compared between drugs without knowing how many people take each. Present these as reported associations, never as side effects the drug is known to cause.
Args: drug_name: Generic or brand name, e.g. "metformin". top_n: How many of the most-reported reactions to return, 1 to 25. Defaults to 10.
Returns: Report total and ranked reactions, or zero reports with a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| drug_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||