get_student_info
ActiveTool of STIL Lab Assistant
declared in 1.27.1
Get detailed information about a specific student by name (partial match supported). Args: name: Student name or partial name to search for
Parameters schema
{
"type": "object",
"title": "get_student_infoArguments",
"required": [
"name"
],
"properties": {
"name": {
"type": "string",
"title": "Name"
}
}
}Parent server
STIL Lab Assistant
1/7 registries