loki_get_rider_monthly_attendance
Retrieves a rider's daily attendance status (present/absent) and hours worked for a specified month.
Instructions
A rider's day-by-day attendance for a month: per-date attendance_status (present/absent) and hours worked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Four-digit year, e.g. 2026. | |
| month | Yes | Month number 1-12. | |
| rider_id | Yes | Numeric rider id. |