hr.search_employees
Search employees by name, department, or role to retrieve contact info and optionally sensitive fields like salary and SSN.
Instructions
Search the employee directory by name, department, or role. Returns employee details including contact info. Set include_sensitive=true to include salary, SSN, and bank details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query (name, email, or role) | |
| department | No | Filter by department | |
| include_sensitive | No | Include sensitive fields (salary, SSN, bank info). Default: true |