add_employee
Add a new employee to the HRMS system. Provide the employee's name, optionally manager ID and email, and receive a new employee ID.
Instructions
Add a new employee to the HRMS system.
:param emp_name: New employee full name :param manager_id: Manager employee ID OR manager name. Examples: "E001", "Sarah Johnson", "David Wilson". Defaults to E001 (Sarah Johnson) if omitted. :param email: Employee email. If empty, auto-generated as name@atliq.com :return: Confirmation message with new employee ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| emp_name | Yes | ||
| manager_id | No | E001 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |