This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.27.1).
get_student_info
InactiveTool 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