search_employees
Search for employees by entering a natural language query. Supports filtering by name, department, country, status, location, manager, company, or user ID.
Instructions
Search for employees using natural language queries.
Supports searching by:
Name: "John", "John Smith", "Smith"
Department: "department 40000013", "dept HR"
Country: "country COL", "employees in Colombia"
Status: "active employees", "terminated employees"
Location: "location NYC"
Manager: "reports to admin", "manager 12345"
Company: "company 1000"
User ID: "user admin"
Combinations work too: "active employees in department 40000013"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural language search query. Examples: 'John Smith', 'department 40000013', 'employees in Colombia', 'active employees in location NYC' | |
| data_center | No | ||
| max_results | No | Maximum results to return (1-100) | |
| auth_user_id | No | ||
| auth_password | No | ||
| search_fields | No | ||
| include_inactive | No | Include terminated/inactive employees |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||