Daily check-in
daily_checkinRecord an elder's daily mood and symptoms, then automatically escalate urgent or emergency situations to caregivers. Ensures critical guidance is delivered first.
Instructions
Record how the elder feels today: their mood plus any symptoms in their own words. Runs symptom escalation and alerts caregivers automatically for urgent or emergency symptoms. If the result contains emergencyGuidance, say it to the elder FIRST and verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mood | Yes | How the elder says they feel: "good", "okay", "not great", "awful" | |
| notes | No | ||
| elderId | No | Elder id. Omit for the household elder. | |
| symptoms | No | Anything they mention, verbatim: ["a bit dizzy", "slept badly"] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flagged | Yes | ||
| alertIds | Yes | ||
| notified | Yes | Caregiver names notified (simulated). | |
| severity | Yes | ||
| checkInId | Yes | ||
| emergencyGuidance | No | When present, say this to the elder FIRST and verbatim before anything else. |