search_students
Search for students using partial, case-insensitive names and retrieve their basic information with paginated results.
Instructions
Search for students by name (partial, case-insensitive match).
Args:
name: Partial name to search for (optional).
page: Page number (default: 1).
page_size: Items per page (default: 20, max: 100).
Returns:
List of matching students with their basic information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| page | No | ||
| page_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |