You're viewing a demo portfolio

Join the waitlist
PRSM

fda_drug_recalls

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

FDA drug enforcement actions (recalls). Filter by product name, recall classification (I=most severe, II, III), state, or date range. Useful for pharmacy compliance, supply chain monitoring, pharmacovigilance.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum rows to return (default 25, max 100)."
    },
    "query": {
      "type": "string",
      "description": "Optional product description / generic name / brand name search term."
    },
    "state": {
      "type": "string",
      "description": "Optional 2-letter state filter."
    },
    "end_date": {
      "type": "string",
      "description": "Inclusive ISO date upper bound (YYYY-MM-DD)."
    },
    "start_date": {
      "type": "string",
      "description": "Inclusive ISO date lower bound (YYYY-MM-DD)."
    },
    "classification": {
      "enum": [
        "I",
        "II",
        "III"
      ],
      "type": "string",
      "description": "Recall severity: I (most severe), II, III."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
fda_drug_recalls — io.github.blackboxfoundry/livedatalink — PRSM MCP