tummy_times_create_tummy_time
Log a tummy time session for a child with start and end times, optional notes, and milestones.
Instructions
Record a tummy time session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time in ISO 8601 format | |
| notes | No | Optional notes | |
| start | Yes | Start time in ISO 8601 format (e.g. 2024-01-15T10:00:00) | |
| child_id | Yes | ID of the child. Use list_children to get IDs. | |
| timer_id | No | Use a running timer instead of explicit start/end times. Use list_timers to find active timers. | |
| milestone | No | Optional milestone achieved during this session |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||