get_staff_directory
Search staff by name to retrieve employee details including role, department, email, and employee ID for use in other HR processes.
Instructions
Search Appinventiv's staff directory of 1,237 employees by name. Returns matching employees with name, role, department, email, and employee_id. The employee_id is needed for get_employee_dsrs(). For full profile lookup, use get_employee_details() instead. Always search by name — browsing the full directory is not supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Name or partial name to search for. Case-insensitive. Leave empty to get the first ~20 employees alphabetically. Example: 'Anish' or 'Kalra'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||