feedings_create_feeding
Log a feeding session for a child with feeding type, method, start/end times, and optional amount or notes. Use child ID to associate the record in Baby Buddy.
Instructions
Record a feeding 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-15T14:30:00) | |
| amount | No | Amount fed (units depend on babybuddy settings) | |
| method | Yes | Feeding method: bottle, left breast, right breast, both breasts, parent fed, self fed | |
| 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. | |
| feeding_type | Yes | Type of feeding: breast milk, formula, fortified breast milk, solid food |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||