list_lectures
List lecture videos and materials with completion status and deadlines, filterable by course, week, or kind, and optionally include attendance summaries to track coursework.
Instructions
Lecture videos/materials with completion and attendance as iCampus shows them, soonest deadline first. By default: items already open, not completed, whose deadline (incl. late period) has not passed.
Args:
course: course ID, code or part of the name.
week: week number (1 = 1주차).
kind: e.g. video or material.
incomplete_only: only items reported as not completed (unknown completion is left out).
include_upcoming: also items that have not opened yet.
include_overdue: also items whose deadline has passed (missed, possibly still viewable).
include_attendance: add each course's official per-lesson attendance summary.
limit: maximum items returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| week | No | ||
| limit | No | ||
| course | No | ||
| include_overdue | No | ||
| incomplete_only | No | ||
| include_upcoming | No | ||
| include_attendance | No |