get_employee_profile
Aggregate an employee's master data, work history, and education into a single profile with one call, eliminating the need to join separate API responses.
Instructions
Aggregate one employee's master, work history, and education into a single profile.
Calls PA (filtered by employee_number) plus the company-wide Working and Education exports, then filters the latter two down to the target employee. Useful when an assistant needs a complete picture without having to call three raw tools and join the results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Language code | zh-tw |
| employee_number | Yes | Target employee number (e.g. `A00384`) |