mhlb_update_student
Update a student profile by retrieving the current form, applying edits, and returning the full record. Replaces the entire record, so include all fields; preview before confirming.
Instructions
Update a student profile. Call mhlb_get_student_form first and send that model back with your edits — the endpoint replaces the whole record, so omitted fields are lost. 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. |