Human resources · generate_employment_doc
Employment document
Employment certificate, attestation, HR letter.
- 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) |
| documentType * | attestation_emploi | lettre_recommandation | certificat_travail | solde_tout_compte | Type of document to generate |
| additionalContext | string | Optional extra context or instructions to include in the document |
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_employment_doc","input":{"employeeId":"…","employeeEmail":"…","employeeName":"…","documentType":"attestation_emploi"}}'$
run({ "tool": "generate_employment_doc", "input": {"employeeId":"…","employeeEmail":"…","employeeName":"…","documentType":"attestation_emploi"} })