Skip to main content
Glama

athenahealth MCP Server

by ophydami

create_prescription

Create new patient prescriptions with medication details, dosage instructions, and pharmacy information through clinical workflow integration.

Instructions

Create a new prescription for a patient

Input Schema

NameRequiredDescriptionDefault
days_supplyYesDays supply
dosageYesDosage (e.g., "10mg")
frequencyYesFrequency (e.g., "twice daily")
medication_nameYesMedication name
notesNoAdditional notes (optional)
patient_idYesPatient ID
pharmacy_idNoPharmacy ID (optional)
quantityYesQuantity to dispense
refillsYesNumber of refills
routeYesRoute of administration (e.g., "oral")

Input Schema (JSON Schema)

{ "properties": { "days_supply": { "description": "Days supply", "type": "string" }, "dosage": { "description": "Dosage (e.g., \"10mg\")", "type": "string" }, "frequency": { "description": "Frequency (e.g., \"twice daily\")", "type": "string" }, "medication_name": { "description": "Medication name", "type": "string" }, "notes": { "description": "Additional notes (optional)", "type": "string" }, "patient_id": { "description": "Patient ID", "type": "string" }, "pharmacy_id": { "description": "Pharmacy ID (optional)", "type": "string" }, "quantity": { "description": "Quantity to dispense", "type": "string" }, "refills": { "description": "Number of refills", "type": "string" }, "route": { "description": "Route of administration (e.g., \"oral\")", "type": "string" } }, "required": [ "patient_id", "medication_name", "dosage", "route", "frequency", "quantity", "refills", "days_supply" ], "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