parent_save_program
Save a program to the parent's hub. Accepts either the program UUID or its slug (e.g. 'youth-soccer-league'). Optionally associate the save with one or more specific kids (by UUID or name) so the kid filter in /account → Saved Programs picks it up. Requires consent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kid_ids | No | Optional: one or more kid UUIDs OR first names (case-insensitive) to tag the save with. Use parent_list_kids to look them up. | |
| program_id | Yes | Program UUID or slug |