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
| Field | Type | Description |
|---|---|---|
| employeeId | string | Employee DB ID (from list_employees) |
| employeeEmail | string | Alternative to employeeId: the employee email |
| employeeName | string | Alternative to employeeId: the employee full name (must be unambiguous) |
| terminationType * | resignation | dismissal | mutual_agreement | end_of_contract | Type of contract termination |
| lastWorkingDay * | string | Last 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"} })