get_leave_balance
Retrieve total, used, and remaining leave balances for all leave types for an employee by providing their identifier and year.
Instructions
Return the leave balance (total / used / remaining) for all leave types for the specified employee and year.
Args: identifier: Employee code or email. year: Calendar year (e.g. 2025). Defaults to the current year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |