add_employee
Add a new employee to the Leave Manager system with duplicate checking, setting name, department, manager, and leave balances.
Instructions
Add a new employee to the system with duplicate checking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| manager | Yes | ||
| department | Yes | ||
| force_create | No | ||
| sick_leave_balance | No | ||
| annual_leave_balance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |