You're viewing a demo portfolio

Join the waitlist
PRSM

fda_drug_recalls

Active

Tool of mcp-openfda

declared in 0.1.0

Search FDA drug recalls and enforcement actions by drug name or reason. Returns recall classification, date, and enforcement status.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "openfda.brand_name:\"VALSARTAN\""
    },
    {
      "limit": 25,
      "query": "classification:\"Class I\"+AND+reason_for_recall:\"contamination\""
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (1-100, default 10)"
    },
    "query": {
      "type": "string",
      "description": "OpenFDA search query. Examples: 'openfda.brand_name:\"VALSARTAN\"', 'classification:\"Class I\"', 'reason_for_recall:\"contamination\"'"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

mcp-openfda

https://github.com/pipeworx-io/mcp-openfda

2/7 registries
View full server →