get_grades
Retrieve grades for a specific student within a date range. Provide student_id, date_from, and date_to to get the records.
Instructions
Oceny dziecka w podanym zakresie dat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maksymalna liczba rekordów. | |
| date_to | Yes | Koniec zakresu, YYYY-MM-DD. | |
| date_from | Yes | Początek zakresu, YYYY-MM-DD. | |
| student_id | Yes | Id lub login dziecka zwrócony przez list_students. |