sleep_create_sleep
Record a child's sleep session by specifying child ID, start, and end times. Optionally label it as a nap or include notes for more detail.
Instructions
Record a sleep session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End time in ISO 8601 format | |
| nap | No | True if this was a nap, False if night sleep, None to let babybuddy auto-determine | |
| notes | No | Optional notes | |
| start | Yes | Start time in ISO 8601 format (e.g. 2024-01-15T21: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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||