check_drug_interactions
Check interactions between two drugs and receive a severity rating (Major, Moderate, Minor) from DDInter 2.0.
Instructions
Check whether TWO specific drugs interact, with severity (DDInter 2.0).
USE THIS for questions like "can X and Y be taken together?", "does X
interact with Y?", or any two-drug combination/co-administration check.
Provide the two drug names (Turkish brand/active substance or English INN);
returns the pairwise severity — Major / Moderate / Minor — from DDInter,
bridging Turkish names through TİTCK. For ONE drug's full label interaction
text, use get_drug_interactions instead. A missing pair does NOT prove the
combination is safe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drug1 | Yes | First drug — brand, active substance, or INN (Turkish or English). | |
| drug2 | Yes | Second drug — brand, active substance, or INN (Turkish or English). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |