list_grades
Retrieve a school's grades and their grade IDs to use when adding or editing students. Provide the school ID from list_schools to get the required grade identifiers.
Instructions
List a school's grades with their grade_id values (needed for add_student).
Grades are per-school and discovered at runtime. Use the returned grade_id
with add_student / edit_student.
Args: school_id: School ID (from list_schools)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |