get_employee_info
Retrieve employee details by ID using the HR MCP Server. Specify if sensitive data like SSN should be included. Ideal for HR operations requiring structured employee information.
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) |