O
openFDA
/recalls
Drug recalls
FDA enforcement reports (recalls) matching a product or firm.
liveverifieddegraded · 4.7s
fdarecall
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run openfda /recalls for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Product or firm name |
| limit | number | Max results default 10 |
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":"/recalls","input":{"query":"...","limit":10}}'cli
npx cracked-ai run -p openfda -e /recalls -i '{"query":"...","limit":10}'mcp
run_tool({ provider: "openfda", endpoint: "/recalls", input: {"query":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.