All tools

Human resources · generate_offboarding_pack

Offboarding pack

End-of-contract documents.

Price
plan AI usage
Requirements
No connector
runs on platform keys
Human approval
Yes, by default
outside-facing write: a human validates

Input

FieldTypeDescription
employeeIdstringEmployee DB ID (from list_employees)
employeeEmailstringAlternative to employeeId: the employee email
employeeNamestringAlternative to employeeId: the employee full name (must be unambiguous)
terminationType *resignation | dismissal | mutual_agreement | end_of_contractType of contract termination
lastWorkingDay *stringLast working day (ISO 8601 date)

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":"generate_offboarding_pack","input":{"employeeId":"…","employeeEmail":"…","employeeName":"…","terminationType":"resignation"}}'
$run({ "tool": "generate_offboarding_pack", "input": {"employeeId":"…","employeeEmail":"…","employeeName":"…","terminationType":"resignation"} })