All tools

Human resources · create_onboarding_checklist

Onboarding checklist

Day 0, 30 and 90 checklist for a newcomer.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
employeesarrayBatch: the FULL list of employees to create onboarding checklists for in one call (preferred whenever there is more than one). Each item takes the same fields as a single employee. When provided, the top-level single-employee fields are ignored.
employeeIdstringEmployee DB ID (from create_employee / list_employees)
employeeEmailstringAlternative to employeeId: the employee email
employeeNamestringAlternative to employeeId: the employee full name (must be unambiguous)
steppre_arrival | day_zero | day_30 | day_90Onboarding step: pre_arrival (D-5), day_zero (D0), day_30 or day_90
customItemsarrayAdditional checklist items to append to the default list

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"create_onboarding_checklist","input":{"employees":[],"employeeId":"…","employeeEmail":"…","employeeName":"…"}}'
$run({ "tool": "create_onboarding_checklist", "input": {"employees":[],"employeeId":"…","employeeEmail":"…","employeeName":"…"} })