Skip to main content
Glama

athenahealth MCP Server

by ophydami

create_patient

Register new patients in the athenahealth system by providing required details including name, date of birth, sex, and department ID to establish medical records.

Instructions

Register a new patient in the system

Input Schema

NameRequiredDescriptionDefault
address1NoStreet address (optional)
cityNoCity (optional)
department_idYesPrimary department ID
dobYesDate of birth (MM/DD/YYYY or YYYY-MM-DD)
emailNoEmail address (optional)
firstnameYesPatient first name
guarantor_dobNoGuarantor date of birth (optional)
guarantor_firstnameNoGuarantor first name (optional)
guarantor_lastnameNoGuarantor last name (optional)
guarantor_relationshipNoRelationship to patient: 1=Self, 2=Spouse, 3=Child, 4=Other (optional)
home_phoneNoHome phone number (optional)
lastnameYesPatient last name
mobile_phoneNoMobile phone number (optional)
sexYesSex (M or F)
stateNoState (optional)
zipNoZIP code (optional)

Input Schema (JSON Schema)

{ "properties": { "address1": { "description": "Street address (optional)", "type": "string" }, "city": { "description": "City (optional)", "type": "string" }, "department_id": { "description": "Primary department ID", "type": "string" }, "dob": { "description": "Date of birth (MM/DD/YYYY or YYYY-MM-DD)", "type": "string" }, "email": { "description": "Email address (optional)", "type": "string" }, "firstname": { "description": "Patient first name", "type": "string" }, "guarantor_dob": { "description": "Guarantor date of birth (optional)", "type": "string" }, "guarantor_firstname": { "description": "Guarantor first name (optional)", "type": "string" }, "guarantor_lastname": { "description": "Guarantor last name (optional)", "type": "string" }, "guarantor_relationship": { "description": "Relationship to patient: 1=Self, 2=Spouse, 3=Child, 4=Other (optional)", "type": "string" }, "home_phone": { "description": "Home phone number (optional)", "type": "string" }, "lastname": { "description": "Patient last name", "type": "string" }, "mobile_phone": { "description": "Mobile phone number (optional)", "type": "string" }, "sex": { "description": "Sex (M or F)", "type": "string" }, "state": { "description": "State (optional)", "type": "string" }, "zip": { "description": "ZIP code (optional)", "type": "string" } }, "required": [ "firstname", "lastname", "dob", "sex", "department_id" ], "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