Skip to main content
Glama

OpenFDA

by ythalorossy

get-drug-adverse-events

Retrieve drug adverse event reports to access safety information on side effects and reactions. Input drug name (brand or generic) to filter by seriousness and limit results.

Instructions

Get adverse event reports for a drug. This provides safety information about reported side effects and reactions. Use brand name or generic name.

Input Schema

NameRequiredDescriptionDefault
drugNameYesDrug name (brand or generic)
limitNoMaximum number of events to return
seriousnessNoFilter by event seriousnessall

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "drugName": { "description": "Drug name (brand or generic)", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of events to return", "type": "number" }, "seriousness": { "default": "all", "description": "Filter by event seriousness", "enum": [ "serious", "non-serious", "all" ], "type": "string" } }, "required": [ "drugName" ], "type": "object" }

Other Tools from OpenFDA

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ythalorossy/openfda'

If you have feedback or need assistance with the MCP directory API, please join our Discord server