manual_check_in
Manually set attendance status (present, late, excused, absent) for selected students in a session. Use list_users to obtain user IDs.
Instructions
Manually mark students' attendance for a session. Use list_users to find user IDs.
Args: event_id: The session ID (from list_attendance_sessions results). user_ids: List of user IDs to check in. kind: Attendance status — "present", "late", "excused", or "absent".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | present | |
| event_id | Yes | ||
| user_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |