generate_progress_report
Turn recent session notes and homework into a parent-friendly progress summary. Returns a draft; set save to true to store it.
Instructions
Generate a parent-friendly progress summary for a student by having an LLM reason over their recent session notes and homework. Returns a draft by default — call again with save: true to store it in progress_notes. Requires ANTHROPIC_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Set true to store the generated report. Defaults to false (draft only). | |
| student_id | Yes | The student's id, from list_students |