MCP Server for NovaCV

convert_resume_text

Convert plain text resumes into structured JSON Resume format. The tool intelligently identifies sections like personal info, work experience, and education, aligning with the JSON Resume standard for easy editing and conversion.

Instructions

将纯文本格式的简历内容转换为标准JSON Resume格式。系统会智能识别简历中的各个部分(如个人信息、工作经历、教育背景等),并按照国际通用的JSON Resume标准进行结构化处理,方便后续编辑和格式转换。

Input Schema

NameRequiredDescriptionDefault
resumeTextYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from MCP Server for NovaCV

Related Tools

ID: mpty6re6dg