measurements_create_temperature
Record a child's temperature reading with timestamp and optional notes to track health data.
Instructions
Record a temperature reading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | Time of reading in ISO 8601 format (e.g. 2024-01-15T14:30:00) | |
| notes | No | Optional notes | |
| child_id | Yes | ID of the child. Use list_children to get IDs. | |
| temperature | Yes | Temperature value (units depend on babybuddy settings) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||