diapers_create_diaper_change
Record a diaper change by specifying child, time, wetness, and solid contents. Add optional color, amount, or notes for complete tracking.
Instructions
Record a diaper change event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wet | Yes | Whether the diaper was wet | |
| time | Yes | Time of the change in ISO 8601 format (e.g. 2024-01-15T14:30:00) | |
| color | No | Stool color: black, brown, green, yellow | |
| notes | No | Optional notes | |
| solid | Yes | Whether the diaper had solid contents | |
| amount | No | Amount/volume of contents (arbitrary units) | |
| child_id | Yes | ID of the child. Use list_children to get IDs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||