get_employee_leave_balance
Get an employee's current leave balance by entering their employee ID. The tool returns a summary of remaining leaves.
Instructions
Get the leave balance of an employee. :param emp_id: Employee ID :return: Leave balance message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emp_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |