E
enforcement-database
/get_warning_letter
Look up an FDA warning letter by reference number
Direct lookup of an FDA warning letter. Accepts either the FDA reference number printed in the letter itself (e.g. "320-26-65") or the fda.gov URL slug ID for t
liveverifiedunknown~5s typical
mcpprobedenforcement-database
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-argushq-enforcement-database /get_warning_letter for me.
Input
| Field | Type | Description |
|---|---|---|
| wl_number* | string | FDA warning letter reference number (e.g. "320-26-65") or fda.gov URL slug ID |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-argushq-enforcement-database","endpoint":"/get_warning_letter","input":{"wl_number":"..."}}'cli
npx cracked-ai run -p mcp-ai-argushq-enforcement-database -e /get_warning_letter -i '{"wl_number":"..."}'mcp
run_tool({ provider: "mcp-ai-argushq-enforcement-database", endpoint: "/get_warning_letter", input: {"wl_number":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.