openFDA
O
openFDA
/drug-label

Drug label search

Search FDA drug labeling (indications, warnings, dosage) by brand or generic name.

liveverifieddegraded · 647ms
fdadruglabelpharma
$0.0030
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run openfda /drug-label for me.

Input

FieldTypeDescription
query*stringDrug name, e.g. 'tirzepatide'
limitnumberMax results default 3

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-label","input":{"query":"...","limit":3}}'
cli
npx cracked-ai run -p openfda -e /drug-label -i '{"query":"...","limit":3}'
mcp
run_tool({ provider: "openfda", endpoint: "/drug-label", input: {"query":"...","limit":3} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.