fda_device_recalls
ActiveTool of io.github.blackboxfoundry/livedatalink
FDA medical device recalls. Filter by device name or recalling manufacturer, classification (Class 1 most severe), or date range. Used for medical device supply chain monitoring and hospital biomed compliance.
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 device name or recalling firm search term."
},
"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": [
"1",
"2",
"3"
],
"type": "string",
"description": "Recall classification: 1 (Class I, most severe), 2, 3."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries