Get patient record
get_patient_recordRetrieve patient details including name, insurance, last visit, and next appointment by patient ID. Returns an error if patient not found or database unavailable.
Instructions
Look up a patient by id: name, insurance, last visit, and next confirmed appointment.
Raises a tool error if the patient does not exist or the database is down —
never returns an empty success that could be mistaken for 'no appointments'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient_id | Yes | Stable patient id. Demo patient: 'jordan-lee'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ok | |
| patient | Yes |