synthesize_test_hire
Submit a user-approved hire payload to the Workday tenant via Hire_Employee. Confirm all proposed fields first; this tool mutates the tenant by creating a test employee record.
Instructions
Submit the user-approved hire payload to the tenant via Hire_Employee.
Only call this after the user has explicitly confirmed the proposed
fields -- this is the one tool in this server that actually mutates the
tenant. country is an ISO 3166-1 alpha-3 code; hire_date defaults to
today (ISO format) if omitted. employee_id is optional -- leave it out
to let the tenant auto-assign one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| country | Yes | ||
| hire_date | No | ||
| last_name | Yes | ||
| first_name | Yes | ||
| employee_id | No | ||
| job_profile | Yes | ||
| position_id | No | ||
| supervisory_org | Yes |