list_students_needing_attention
Flag students needing attention based on inactivity, missing or late submissions, and low scores. Each result details the specific signals and thresholds used.
Instructions
Report students who may need instructor attention based on inactivity, missing or late submissions, and low current score. Each finding lists the exact signals that fired and the thresholds used — this is a factual report, not a prediction. Requires instructor/TA permissions in the course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| inactive_days | No | Flag students with no activity in the last N days (default 7) | |
| min_missing | No | Flag students with at least N missing submissions (default 1) | |
| min_late | No | Flag students with at least N late submissions (default 3) | |
| score_threshold | No | Flag students with a current score below this value (default 70) |