Skip to main content
Glama

athenahealth MCP Server

by ophydami

check_drug_interactions

Check for potential drug interactions between prescribed medications to ensure patient safety and prevent adverse effects.

Instructions

Check for drug interactions for a patient

Input Schema

NameRequiredDescriptionDefault
medicationsYesList of medication names or RxNorm codes
patient_idYesPatient ID

Input Schema (JSON Schema)

{ "properties": { "medications": { "description": "List of medication names or RxNorm codes", "items": { "type": "string" }, "type": "array" }, "patient_id": { "description": "Patient ID", "type": "string" } }, "required": [ "patient_id", "medications" ], "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/ophydami/Athenahealth-MCP'

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