remember_context
Stores user context such as goals, races, injuries, or notes that Garmin doesn't have. Accepts a kind and text, with optional effective start and end dates.
Instructions
Records something about the user that Garmin does not know: a goal, a race and its date, an injury, or a free-form note. Use this whenever the user mentions one in passing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | What sort of thing this is | |
| text | Yes | What to remember, in the user's own words where possible | |
| effective_to | No | ISO date this stops being true | |
| effective_from | No | ISO date this became true |