measurements_create_head_circumference
Record a child's head circumference measurement with date, value in centimeters, and optional notes. Use child ID to associate the measurement with the correct child.
Instructions
Record a head circumference measurement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Measurement date in YYYY-MM-DD format | |
| notes | No | Optional notes | |
| child_id | Yes | ID of the child. Use list_children to get IDs. | |
| head_circumference | Yes | Head circumference in centimeters |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||