orchestrator_check_drug_interactions
Check real-time drug interaction safety by querying FDA adverse event reports, PubMed, and ClinicalTrials.gov for a new drug against current medications.
Instructions
Checks real-time drug interaction safety by querying FDA adverse event reports, PubMed biomedical research, and ClinicalTrials.gov simultaneously. Call this when a doctor wants to prescribe a new drug to a patient already on other medications. Returns live evidence from all three sources with dates, so you know the data is current. Always call get_drug_info first to understand the mechanism, then call this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_drug | Yes | The new drug the doctor wants to prescribe. Use the generic name where possible. | |
| patient_context | No | Patient clinical context — the more you provide, the more specific the analysis | |
| current_medications | Yes | Complete list of drugs the patient is currently taking. |