mhlb_create_student
Submit the filled student form with confirm=true to add a new student to your My Hot Lunchbox account.
Instructions
Add a student to the account. Call mhlb_new_student_form first and send that model back with the fields filled in. NOTE: this write is UNVERIFIED — its request shape was derived from the web app’s compiled API client but has not been exercised against a live account. Inspect the dry-run preview before confirming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| student | Yes | The student model, as returned by mhlb_get_student_form / mhlb_new_student_form, with your edits applied. |