get_tailored_cv
Generate compilable CV source in LaTeX or Typst from a tailoring spec to match a job description.
Instructions
Render a tailored CV from a TailoringSpec in LaTeX or Typst format.
The tailoring config controls section ordering, entry emphasis, and profile override. Returns compilable source code. Use this tool after analyzing a job description to produce a targeted CV.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: 'latex' (default, moderncv) or 'typst' (moderner-cv). | latex |
| tailoring_config | Yes | JSON string of TailoringSpec. Controls section ordering, entry emphasis (weight 0-2, 0=omit), profile override, and page budget. See TailoringSpec schema for full field definitions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |