You're viewing a demo portfolio

Join the waitlist
PRSM

fda_recall_search

Active

Tool of fda-approvals-mcp

declared in 0.2.1

Search drug, device, or food recall events. Filter by classification (Class I = most serious) and date range. Returns recall number, classification, reason, recalling firm, status.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 25,
      "maximum": 100,
      "minimum": 1
    },
    "domain": {
      "enum": [
        "drug",
        "device",
        "food"
      ],
      "type": "string",
      "default": "drug"
    },
    "date_to": {
      "type": "string"
    },
    "date_from": {
      "type": "string"
    },
    "product_class": {
      "enum": [
        "Class I",
        "Class II",
        "Class III"
      ],
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

fda-approvals-mcp

https://github.com/guptaprakhariitr/fda-approvals-mcp

2/7 registries
View full server →