Skip to main content
Glama

OpenFDA

by ythalorossy

get-drug-adverse-events

Retrieve adverse event reports for any drug using brand or generic names. Filter results by seriousness to access safety information on reported side effects and reactions.

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" }

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