Skip to main content
Glama

medical-mcp

check-drug-interactions

Identify potential drug-drug interactions between two medications to help prevent adverse effects and ensure medication safety.

Instructions

Check for potential drug-drug interactions between two medications

Input Schema

NameRequiredDescriptionDefault
drug1YesFirst drug name
drug2YesSecond drug name

Input Schema (JSON Schema)

{ "properties": { "drug1": { "description": "First drug name", "type": "string" }, "drug2": { "description": "Second drug name", "type": "string" } }, "required": [ "drug1", "drug2" ], "type": "object" }

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/JamesANZ/medical-mcp'

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