You're viewing a demo portfolio

Join the waitlist
PRSM

parent_save_program

Active

Tool of Lodi Kids Activities

declared in 1.0.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Lodi Kids Activities

1/7 registries
View full server →
parent_save_program — Lodi Kids Activities — PRSM MCP