client_employees
List employees at a client, returning ID, name, email, hire date, and status. Filter by active, inactive, or all employees.
Instructions
List the employees at a single client.
Use when the user says "who works at Acme" or "show me active employees at client XYZ". Returns each employee's ID, name, work email, hire date, and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | Which client's employees to list. | |
| status | No | Active employees only, terminated only, or everyone. | active |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | ||
| employees | Yes | ||
| count | Yes |