Skip to main content
Glama

athenahealth MCP Server

by ophydami

create_appointment

Schedule patient appointments by specifying provider, department, date, time, and appointment type within the athenahealth system.

Instructions

Create a new appointment for a patient

Input Schema

NameRequiredDescriptionDefault
appointment_typeYesAppointment type
dateYesAppointment date (YYYY-MM-DD)
department_idYesDepartment ID
durationNoDuration in minutes (optional)
notesNoAppointment notes (optional)
patient_idYesPatient ID
provider_idYesProvider ID
reasonNoReason for visit (optional)
start_timeYesStart time (HH:MM)

Input Schema (JSON Schema)

{ "properties": { "appointment_type": { "description": "Appointment type", "type": "string" }, "date": { "description": "Appointment date (YYYY-MM-DD)", "type": "string" }, "department_id": { "description": "Department ID", "type": "string" }, "duration": { "description": "Duration in minutes (optional)", "type": "string" }, "notes": { "description": "Appointment notes (optional)", "type": "string" }, "patient_id": { "description": "Patient ID", "type": "string" }, "provider_id": { "description": "Provider ID", "type": "string" }, "reason": { "description": "Reason for visit (optional)", "type": "string" }, "start_time": { "description": "Start time (HH:MM)", "type": "string" } }, "required": [ "patient_id", "provider_id", "department_id", "appointment_type", "date", "start_time" ], "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