get_employee_details
Retrieve employee details (role, department, email, ID) by searching with a name. Returns all matching employees.
Instructions
Look up an Appinventiv employee's profile by name — returns their role, department, email, and employee_id. If multiple employees match, all are returned. Use the employee_id with get_employee_dsrs() to see their DSR history. Prefer this over get_staff_directory() when you want a single employee's full details. Example: get_employee_details('Arjun Sharma') → {name, role, department, email, employee_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_query | Yes | Part of the employee's name to search for (case-insensitive). Example: 'Anish Katoch' or just 'Anish'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||