Skip to main content
Glama

athenahealth MCP Server

by ophydami

get_clinical_summary

Retrieve comprehensive patient clinical summaries including allergies, problems, prescriptions, vitals, lab results, and clinical alerts for informed medical decision-making.

Instructions

Get a comprehensive clinical summary for a patient

Input Schema

NameRequiredDescriptionDefault
include_alertsNoInclude clinical alerts
include_allergiesNoInclude allergies
include_labsNoInclude lab results
include_prescriptionsNoInclude prescriptions
include_problemsNoInclude problems
include_vitalsNoInclude vitals
patient_idYesPatient ID

Input Schema (JSON Schema)

{ "properties": { "include_alerts": { "default": true, "description": "Include clinical alerts", "type": "boolean" }, "include_allergies": { "default": true, "description": "Include allergies", "type": "boolean" }, "include_labs": { "default": true, "description": "Include lab results", "type": "boolean" }, "include_prescriptions": { "default": true, "description": "Include prescriptions", "type": "boolean" }, "include_problems": { "default": true, "description": "Include problems", "type": "boolean" }, "include_vitals": { "default": true, "description": "Include vitals", "type": "boolean" }, "patient_id": { "description": "Patient ID", "type": "string" } }, "required": [ "patient_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