Skip to content

Templates Reference

The MCP server ships with 5 generic document templates. Each template has a JSON Schema that defines required and optional fields, validated via Zod before document generation.

Professional job description document for HR purposes.

Property Value
Category hr
Version 1.0
Output DOCX, PDF
Tags hr, job-description, german, formal
Field Type Description
Positionstitel string Job title
Fachbereich string Department/Division
Abteilung string Team/Unit
Standort string Location
Datum string Date (DD.MM.YYYY)
Arbeitsverhaeltnis string Employment type
Stellenziel string Position objective
Hauptaufgaben string[] Main responsibilities
Nebenaufgaben string[] Secondary tasks
Field Type Description
Anforderungsprofil object Requirements profile
Organisatorisches object Organizational structure
Zusatzinformationen object Additional information
{
"Positionstitel": "Software Engineer",
"Fachbereich": "IT",
"Abteilung": "Development",
"Standort": "Berlin",
"Datum": "06.01.2026",
"Arbeitsverhaeltnis": "Vollzeit",
"Stellenziel": "Develop and maintain software applications",
"Hauptaufgaben": ["Code development", "Code review", "Testing"],
"Nebenaufgaben": ["Documentation", "Team meetings"]
}