apideck-mcp-onboard-employee
Installation
SKILL.md
Onboard an employee from an applicant (Apideck MCP)
When the user has decided to hire a candidate and wants the new employee record created in their HRIS, prefer apideck-onboard-employee over manually mapping ATS fields onto an HRIS create call. The workflow fetches the applicant, maps name/contact/address fields onto the HRIS shape, creates the employee, and optionally updates the ATS stage.
When this is the right tool
| User intent | Tool |
|---|---|
| "Onboard candidate Alice from Greenhouse to BambooHR", "Convert applicant 42 into an employee starting Monday" | apideck-onboard-employee ✓ |
| "Create an employee from scratch (no ATS lineage)" | hris-employees-create directly |
| "Move applicant to a different ATS stage without HRIS work" | ats-applicants-update directly |
| "Re-hire an existing employee" | Out of scope — usually a different HRIS endpoint per connector |