get_cv
Retrieve a CV in markdown, PDF, LaTeX, HTML, or Typst format for analysis, rendering, or typeset generation. Choose the desired format to get raw content or a self-contained interactive document.
Instructions
Data-layer tool: retrieves raw CV content in markdown, PDF, LaTeX, HTML, or Typst source.
When the cv-analyst skill is available, prefer invoking that skill instead of calling this tool directly — the skill orchestrates retrieval with proper formatting, artifact delivery, and summarization.
format='markdown' (default): LLM-readable text for analysis. format='pdf': original PDF binary for inline rendering. format='latex': full CV as LaTeX source (moderncv package) for typeset PDF generation. format='html': self-contained interactive HTML with theme switching and expandable cards. format='typst': full CV as Typst source (moderner-cv package) for typeset PDF generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enrich | No | Include semantic enrichments (cross-references, skill levels) | |
| format | No | 'markdown' returns LLM-readable text (default). 'pdf' returns the original binary PDF document for inline rendering. 'latex' returns the full CV as LaTeX source (moderncv package). 'html' returns a self-contained interactive HTML document. 'typst' returns the full CV as Typst source (moderner-cv package). | markdown |