list_students
ActiveTool of STIL Lab Assistant
declared in 1.27.1
List students in the STIL lab. Args: role: Filter by role — "phd", "master", "intern", or "all" status: Filter by status — "current", "alumni", or "all"
Parameters schema
{
"type": "object",
"title": "list_studentsArguments",
"properties": {
"role": {
"type": "string",
"title": "Role",
"default": "all"
},
"status": {
"type": "string",
"title": "Status",
"default": "current"
}
}
}Parent server
STIL Lab Assistant
1/7 registries