Loading...
Loading...
Recent drug enforcement actions and recalls for a product or firm, with classification and reason. Called as GET /v1/fda/drug-recall, it takes query, limit and returns count, recalls. Distinct from the neighbouring services in this domain by: drug, recent, actions, recalls, classification. A supply-chain or pharmacy agent must check whether a lot has been recalled before acting on it, and recalls are recent events no model has seen. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.004, paid in USDC on Base over x402.
npx skill4agent add fittings-sh/fittings fittings-fda-drug-recallfda.drug-recallhttps://fittings.shGET https://fittings.sh/v1/fda/drug-recall| Field | Type | Required | Notes |
|---|---|---|---|
| string | yes | Product or firm name |
| number | no | 1-50, default 10 |
{
"query": "metformin",
"limit": 5
}| Price | $0.004 per call, metered per results |
| Source | openFDA drug enforcement API (api.fda.gov), public domain |
| Licence | public-domain |
fittingscall.mjscurl -sO https://fittings.sh/skill/call.mjscurl -s https://fittings.sh/catalog/fda.drug-recall | jq402 Payment Required# Dry run. Prints the quote and pays nothing, because no key is set.
node call.mjs fda.drug-recall query=metformin limit=5
# For real: a wallet holding USDC on Base, and nothing else.
export FITTINGS_PRIVATE_KEY=0x...
node call.mjs fda.drug-recall query=metformin limit=5FITTINGS_PRIVATE_KEYFITTINGS_MAX_PRICE@x402/core@x402/evmfittingshttps://fittings.sh/catalog/search?q=...