zju_list_courses
Lists my courses from Zhejiang University's learning platform with details like course ID, name, code, semester, and progress. Filter by course name/code or status (ongoing/not started/ended).
Instructions
列出「学在浙大」我的全部课程(对应网页「我的课程」),含课程 id、课程名、课程代码、学年、学期、开课学院、授课教师、学习进度。返回的 id 就是课程 URL /course/{id}/ 里的数字,可传给 zju_list_course_homework 查该课作业。只读。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | 可选:课程状态过滤(ongoing 进行中 / notStarted 未开始 / ended 已结束);省略则三者全取 | |
| keyword | No | 可选:按课程名 / 课程代码模糊过滤 |