list_courses_by_weekday
Look up the courses scheduled for any weekday by entering a day like 'Monday' or '1'. Get course ID, name, teacher, time, location, and credits, or a notice when no classes exist.
Instructions
查询星期几有哪些课(当天课程表)。
weekday 支持“周一”“星期一”“Mon”“1”等常见写法,按上课时间排序返回 课程编号、名称、教师、节次时间、地点与学分;当天没课时返回提示信息。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weekday | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |