get_attendance_summary
Get a consolidated attendance overview for a date range, combining attendance history with abnormal events, overtime, and leave records into clear sections.
Instructions
Build a consolidated attendance picture for a date range.
Fans out to attendance_history plus optional attendance_abnormal,
overtime_records, and leave_history, returning each section under a
dedicated key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | Range end in `YYYY-MM-DD` format | |
| start_date | Yes | Range start in `YYYY-MM-DD` format | |
| include_leave | No | Include leave applications | |
| include_abnormal | No | Include attendance exceptions | |
| include_overtime | No | Include overtime records |