get_employee_info
Retrieve detailed employee information, including optional sensitive data, by providing an employee ID. Supports HR operations for structured employee data lookups.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
employee_id | Yes | The ID of the employee to retrieve information for | |
include_sensitive | No | Whether to include sensitive information like SSN (default: false) |