assign_homework
Assign homework to a student. Preview the assignment first, then confirm to save it.
Instructions
Assign a homework item to a student. By default this only PREVIEWS the assignment and does not save it — call again with confirm: true to actually create it. Use list_students first if you don't know the student_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true to actually create the assignment. Defaults to false (preview only). | |
| due_date | No | Due date, e.g. 2026-09-12 (YYYY-MM-DD). Omit if there's no fixed due date. | |
| student_id | Yes | The student's id, from list_students | |
| description | Yes | What the homework is |