get_all_students
Retrieve all students in the school, returning names and classes. Specify school subdomain only if multiple schools exist.
Instructions
Get all students in the school (name + class only).
Args: school: School subdomain (only needed with multiple schools).
Returns: JSON array of student skeletons
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |