Skip to main content
Glama

athenahealth MCP Server

search_patients

Find patients in the athenahealth system using name, date of birth, phone number, or email address to quickly locate medical records and support clinical workflows.

Instructions

Search for patients by name, DOB, phone, or email

Input Schema

NameRequiredDescriptionDefault
dobNoDate of birth (YYYY-MM-DD)
emailNoEmail address
firstnameNoPatient first name
lastnameNoPatient last name
limitNoMaximum number of results
phoneNoPhone number

Input Schema (JSON Schema)

{ "properties": { "dob": { "description": "Date of birth (YYYY-MM-DD)", "type": "string" }, "email": { "description": "Email address", "type": "string" }, "firstname": { "description": "Patient first name", "type": "string" }, "lastname": { "description": "Patient last name", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of results", "type": "number" }, "phone": { "description": "Phone number", "type": "string" } }, "required": [], "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