O
openFDA
/drug-label
Drug label search
Search FDA drug labeling (indications, warnings, dosage) by brand or generic name.
liveverifieddegraded · 647ms
fdadruglabelpharma
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run openfda /drug-label for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Drug name, e.g. 'tirzepatide' |
| limit | number | Max 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.