measurements_create_weight
Record a child's weight in kilograms using their ID and measurement date to track growth progress.
Instructions
Record a weight measurement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Measurement date in YYYY-MM-DD format | |
| notes | No | Optional notes | |
| weight | Yes | Weight in kilograms | |
| child_id | Yes | ID of the child. Use list_children to get IDs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||