get_family
Retrieve a family's complete profile by ID, including guardians, children, emergency contacts, and current balance.
Instructions
Fetch a single family by id (guardians, children, contacts, balance).
Use when: "what's the balance on family 555?" or "show me the guardians
emergency contacts for this household."
Example: family_id="fam-555" returns {"id": "fam-555", "guardians": [...], "children": [...], "balance_cents": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| family_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |