monthly_attendance
Retrieve attendance records for a specified month and year, with optional employee name filter and pagination.
Instructions
Monthly attendance report for an office.
Args: year: e.g. 2026. month: 1-12. office_id: Tipsoi office ID. Falls back to TIPSOI_OFFICE_ID if omitted. employee_name: Optional name filter (substring). status: 1 = active employees. per_page / page_number: Pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| month | Yes | ||
| office_id | No | ||
| employee_name | No | ||
| status | No | ||
| per_page | No | ||
| page_number | No |