query_fda_device_events
ActiveTool of TensorFeed
Query the FDA MAUDE medical device adverse event reports database. Returns device identifiers, problem codes, event narratives, patient outcomes. Useful for safety signal detection on FDA-cleared devices. License: openFDA CC0 1.0; commercial redistribution permitted.
Parameters schema
{
"type": "object",
"properties": {
"skip": {
"type": "number",
"default": 0,
"description": "Pagination offset (0-25000)"
},
"sort": {
"type": "string",
"description": "Sort by field"
},
"limit": {
"type": "number",
"default": 10,
"description": "Max records to return (1-100)"
},
"search": {
"type": "string",
"description": "openFDA Lucene-style search expression. Examples: device.brand_name:medtronic, device.generic_name:pacemaker"
}
}
}Parent server
TensorFeed
https://github.com/RipperMercs/tensorfeed
1/7 registries