Skip to main content
Glama

athenahealth MCP Server

by ophydami

check_appointment_availability

Find available appointment slots for a specific department within your desired date range. Check provider availability and appointment types to schedule patient visits.

Instructions

Check available appointment slots for a department and date range

Input Schema

NameRequiredDescriptionDefault
appointment_typeNoAppointment type (optional)
department_idYesDepartment ID
end_dateYesEnd date (YYYY-MM-DD)
provider_idNoProvider ID (optional - leave empty to check all providers)
start_dateYesStart date (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "appointment_type": { "description": "Appointment type (optional)", "type": "string" }, "department_id": { "description": "Department ID", "type": "string" }, "end_date": { "description": "End date (YYYY-MM-DD)", "type": "string" }, "provider_id": { "description": "Provider ID (optional - leave empty to check all providers)", "type": "string" }, "start_date": { "description": "Start date (YYYY-MM-DD)", "type": "string" } }, "required": [ "department_id", "start_date", "end_date" ], "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