list_templates
List the CV templates exposed by CVMarkdown. Each entry includes slug, locale, name, description, tags, family (engineering / data-ml / design / management / business / education) and level (junior / mid / lead). Filter by locale to halve the response.
load_template
Fetch the Markdown body of a CV template. Returns the raw .md content plus its metadata and a sourceUrl pointing to cvmarkdown.com for attribution. Use list_templates first to discover valid slugs.
parse_cv
Parse a CV in CVMarkdown format into structured CVData (header + sections + subsections). Pure, deterministic — no network. Max 25 KB of markdown.
create_print_link
Stash a CV in CVMarkdown format for printing. Returns a short URL on cvmarkdown.com that, when opened in the user's browser, renders the CV and triggers the print dialog. Links expire in 5 minutes. Rate limited to 30 per hour per IP. Max 25 KB of markdown.