Check Drug Interactions
check_drug_interactionsGiven a list of medications, analyzes pairwise interactions and returns warnings ranked by severity with mechanism, effect, and management.
Instructions
Given a list of medications (catalog drugs and/or outside agents like "warfarin", "nitrates", "insulin"), returns pairwise interaction warnings ranked by severity (contraindicated > major > moderate > minor), each with the mechanism/effect and management. PREMIUM tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| medications | Yes | List of medications to check against each other. A comma-separated string is also accepted. |