get_employee
Retrieve a comprehensive employee profile including personal details, current job, department, and employment status using an employee ID.
Instructions
Get comprehensive employee profile including personal data, current job,
department, and employment status.
This is the primary tool for getting employee information. It returns:
- Personal details (name, birthdate, address, etc.)
- Current job information (department, position, manager, etc.)
- Employment status and dates
:param employee_id: The employee ID (EMPLID)
:return: Complete employee profile
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee_id | Yes |