Today's plan
get_todays_planRetrieve today's full care plan for an elder: medications taken, upcoming doses, missed doses, appointments, and check-in status. Use this to answer 'what's my day' or 'what do I take'.
Instructions
The elder's medication schedule for today — what's taken, what's next, any missed dose, upcoming appointments, and whether they've checked in. Call this first for any "what's my day" or "what do I take" question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| elderId | No | Elder id. Omit for the household elder. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doses | Yes | ||
| today | Yes | ||
| nextUp | Yes | ||
| elderName | Yes | ||
| localTime | Yes | ||
| appointments | Yes | ||
| checkedInToday | Yes | ||
| openAlertsCount | Yes |