fda_recall_search
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
fda-approvals-mcp
https://github.com/guptaprakhariitr/fda-approvals-mcp
2/7 registries