MCP Server for NovaCV

generate_resume_from_text

Convert plain text into a professional PDF resume with customizable templates using the MCP Server for NovaCV. Simplify resume creation by automatically formatting text into structured designs.

Instructions

一键将简历文本转换为精美PDF简历,支持多种模板。只需提供简历文本内容,系统会自动进行格式转换并生成专业PDF文件,无需手动处理JSON数据。可选择不同简历模板和定制选项。

Input Schema

NameRequiredDescriptionDefault
optionsNo
resumeTextYes
templateNameNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "options": { "additionalProperties": false, "properties": {}, "type": "object" }, "resumeText": { "type": "string" }, "templateName": { "type": "string" } }, "required": [ "resumeText" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server for NovaCV

Related Tools

ID: mpty6re6dg