log_session_note
Log a tutoring session note, previewing it first and requiring confirmation to save. Use with student_id and session_date.
Instructions
Log a note for a tutoring session. By default this only PREVIEWS the note and does not save it — call again with confirm: true to actually write it. Use list_students first if you don't know the student_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | What happened in the session | |
| confirm | No | Set true to actually save the note. Defaults to false (preview only). | |
| student_id | Yes | The student's id, from list_students | |
| session_date | Yes | Date of the session, e.g. 2026-09-06 (YYYY-MM-DD) |