get_student
Look up a student's profile by UUID to get name, email, and roll number.
Instructions
Retrieve a student's profile by their UUID.
Args:
student_id: The student's UUID.
Returns:
Student profile information including name, email, roll number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| student_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |