get_child
Retrieve a child's complete record including allergies and schedule by providing the child's unique ID.
Instructions
Fetch a single child by id (full record: allergies, schedule, etc.).
Use when: "what are the allergies for child X?" or "show me the enrollment record for this child."
Example: child_id="kid-789" returns {"id": "kid-789", "first_name": "...", "allergies": [...], "schedule": {...}, ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| child_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |