Skip to main content
Glama
VidyasreeJayaprasad

DrugWise

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": true,
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
orchestrator_check_drug_interactionsA

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.

drug_info_get_drug_infoA

Get comprehensive pharmacological information about any drug — drug class, enzyme pathways it inhibits or induces (CYP2C9, CYP3A4, etc.), brand names, generic name, primary use, and which other drug classes it commonly interacts with. ALWAYS call this tool first before calling check_drug_interactions. Understanding the mechanism (e.g. strong CYP2C9 inhibitor) tells you which patient medications to be most concerned about.

drug_alternatives_get_drug_alternativesA

When a dangerous drug interaction is found, call this tool to get safer alternative medications in the same therapeutic class. Returns brand names, generic names, key side effects, contraindications, and why the alternative is safer for this specific patient. Provide the drug class and the condition being treated for best results.

clinical_trials_search_clinical_trialsC

Search ClinicalTrials.gov for studies related to a drug and current medications.

polypharmacy_risk_check_polypharmacy_riskC

Checks every pair of medications in a patient medication list for interaction risks.

Prompts

Interactive templates invoked by user choice

NameDescription
clinical_safety_checkActivates clinical pharmacologist reasoning mode for drug interaction evaluation. Use this prompt to begin any drug safety consultation.
polypharmacy_auditActivates a full medication audit mode for patients on multiple drugs. Use when onboarding a new patient or auditing an existing medication regimen before adding anything new.
interaction_reportGenerates a structured, shareable interaction report from retrieved evidence. Use after check_drug_interactions has returned data.

Resources

Contextual data attached and managed by the client

NameDescription
patient_profileCurrent patient clinical context including full medication list, age, existing conditions, and organ function status. The agent reads this before making tool calls to ensure all drug checks are relevant to this specific patient.
demo_patientPre-loaded demo patient for hackathon demonstration — 72-year-old with atrial fibrillation on warfarin, lisinopril, and metformin
Health ChecksCurrent health status of all registered health checks
Drug CheckerUI component for Drug Checker
Patient ProfileUI component for Patient Profile
Widget ExamplesProvides metadata and examples for all registered UI widgets

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VidyasreeJayaprasad/drug-interaction-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server