This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 0.1.0).
search_drug_events
InactiveTool of fda
declared in 0.1.0
Search FDA adverse drug event reports for patient reactions and outcomes. Returns reported side effects, drug details, and case outcomes. Use to investigate medication safety concerns or identify adverse reactions.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10,
"query": "patient.drug.medicinalproduct:aspirin"
},
{
"query": "ibuprofen"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default 5, max 100)"
},
"query": {
"type": "string",
"description": "Search query using openFDA syntax (e.g., \"patient.drug.medicinalproduct:aspirin\" or just a drug name)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
fda
https://github.com/pipeworx-io/mcp-fda
1/7 registries