book_pilates_with_neelam_class
Book a student into a Pilates With Neelam class by validating studio identity, checking class availability, and enforcing enrollment rules, then return a booking confirmation with studio details.
Instructions
Book a student into a Pilates With Neelam class. Validates studio identity, class availability, and enrollment rules. Returns booking confirmation with studio identification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_id | Yes | The class ID to book (e.g. 'c_m1abc123') | |
| studio_id | Yes | Must be 'pilates_with_neelam' - booking is rejected for any other studio | |
| auth_token | No | Optional Supabase auth token for user-scoped operations | |
| student_id | Yes | The student's roster ID (e.g. 's2') |