get_intake
Retrieve an appointment's intake form and a concise doctor brief. Returns submission status to prompt intake collection when missing.
Instructions
Retrieve the intake form for an appointment, plus a ready-to-read doctor brief.
doctor_brief is a single paragraph written to be absorbed in about ten
seconds — read that to the doctor rather than reciting every field.
Returns submitted: false when no intake has been taken yet, which is your cue
to collect one with submit_intake.
Example: get_intake(appointment_id=12)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appointment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||