Log a health event
log_eventRecord health events such as symptoms, medication doses, meals, and activities with optional details like severity and timestamps.
Instructions
Record a discrete event: a symptom, a medication dose, a meal, or an activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | short label, e.g. 'headache', 'ibuprofen', 'lunch', '5k run'. | |
| user | No | which person; defaults to the primary user. | |
| detail | No | specifics — dose ('400 mg'), food ('chicken salad'), distance, etc. | |
| category | Yes | one of 'symptom', 'medication', 'meal', 'activity', 'other'. | |
| severity | No | optional magnitude, e.g. symptom intensity 0-10. | |
| timestamp | No | ISO8601, 'YYYY-MM-DD', or 'now' (default). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||