parent_save_program
ActiveTool of Lodi Kids Activities
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.
Parameters schema
{
"type": "object",
"required": [
"program_id"
],
"properties": {
"kid_ids": {
"type": "array",
"items": {
"type": "string"
},
"description": "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": {
"type": "string",
"description": "Program UUID or slug"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lodi Kids Activities
1/7 registries