get_course_schedule
Retrieve your course schedule from Hangzhou Dianzi University's academic system after logging in, with optional semester selection for organized academic planning.
Instructions
获取课程表(需要先登录)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
semester | No | 学期(可选,默认为当前学期) |
Input Schema (JSON Schema)
{
"properties": {
"semester": {
"description": "学期(可选,默认为当前学期)",
"type": "string"
}
},
"type": "object"
}