openfda_adverse_events
Look up recent adverse events for any drug: returns top reactions, seriousness breakdown, and total reports. Data from openFDA.
Instructions
openFDA drug adverse-event lookup for the last 12 months. Returns top reactions, report count, and seriousness breakdown (serious vs non-serious). Searches brand, generic, and medicinal-product names in parallel. Priced at $0.005 USDC on Base (x402). Pass a signed x402 v2 authorization as the '_payment' argument to unlock the paid response. Without it, the tool returns the 402 accept-list for your wallet to sign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drug | Yes | Drug name (brand or generic), e.g. 'ozempic', 'metformin'. | |
| limit | No | Top-reaction count to return (1-25). Default 10. | |
| _payment | No | Optional. Signed x402 v2 X-PAYMENT header value (base64-encoded EIP-3009 authorization). If present, forwarded upstream; if absent, tool returns the 402 accept-list. |