O
openFDA
/drug-events
Adverse event reports
Count of adverse-event reports for a drug grouped by reaction.
liveverifieddegraded · 424ms
fdaadverse eventspharmacovigilance
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run openfda /drug-events for me.
Input
| Field | Type | Description |
|---|---|---|
| drug* | string | Drug name |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"openfda","endpoint":"/drug-events","input":{"drug":"..."}}'cli
npx cracked-ai run -p openfda -e /drug-events -i '{"drug":"..."}'mcp
run_tool({ provider: "openfda", endpoint: "/drug-events", input: {"drug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.