generate_cv
Generate a tailored CV in PDF format by providing your profile and job requirements. Save it to a specified location.
Instructions
Generate tailored CV in PDF format and save to specified location or default folder. Always generates PDF unless a different format is explicitly requested.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format - automatically set to PDF, only specify if you want HTML or Markdown instead | |
| margins | No | PDF margins - uses PDF_MARGIN_* env vars if not provided | |
| fileName | No | Custom filename (without extension) | |
| pageSize | No | PDF page size (e.g., 'A4', 'Letter', 'Legal') - uses PDF_PAGE_SIZE env var if not provided | |
| outputPath | No | Directory path where the CV should be saved (optional, uses DEFAULT_OUTPUT_PATH if not provided) | |
| userProfile | Yes | ||
| jobRequirements | Yes |