All tools

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

FieldTypeDescription
employeeIdstringEmployee DB ID (from list_employees)
employeeEmailstringAlternative to employeeId: the employee email
employeeNamestringAlternative to employeeId: the employee full name (must be unambiguous)
documentType *attestation_emploi | lettre_recommandation | certificat_travail | solde_tout_compteType of document to generate
additionalContextstringOptional 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"} })