Skip to main content
Glama

MCP Server for NovaCV

by Lightbaby

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lightbaby/mcp-server-novacv'

If you have feedback or need assistance with the MCP directory API, please join our Discord server