MCP Server for NovaCV
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOVACV_API_KEY | Yes | Your NovaCV API key obtained from https://api.nova-cv.com | |
| NOVACV_API_BASE_URL | No | The base URL for the NovaCV API | https://api.nova-cv.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_resume_from_textC | 一键将简历文本转换为精美PDF简历,支持多种模板。只需提供简历文本内容,系统会自动进行格式转换并生成专业PDF文件,无需手动处理JSON数据。可选择不同简历模板和定制选项。 |
| get_templatesB | 获取所有可用的简历模板,返回模板列表及其详细信息,包括模板ID、名称、缩略图等。帮助用户选择最适合的简历风格。 |
| convert_resume_textB | 将纯文本格式的简历内容转换为标准JSON Resume格式。系统会智能识别简历中的各个部分(如个人信息、工作经历、教育背景等),并按照国际通用的JSON Resume标准进行结构化处理,方便后续编辑和格式转换。 |
| analyze_resume_textC | 对简历文本进行深度分析,提供专业评估和改进建议。系统会分析简历的完整性、关键词使用、技能匹配度等方面,并给出针对性的优化建议,帮助求职者打造更具竞争力的简历。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: analyze_resume_text focuses on evaluation and improvement suggestions, convert_resume_text handles format conversion to JSON, generate_resume_from_text creates PDFs from text, and get_templates lists available templates. There is no overlap in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., analyze_resume_text, convert_resume_text, generate_resume_from_text, get_templates). The naming is predictable and readable throughout the set, with no deviations in style.
With 4 tools, the server is well-scoped for resume processing tasks. Each tool serves a specific role in the workflow (analysis, conversion, generation, template selection), and there are no extraneous or missing tools for this domain.
The tool set provides complete coverage for the resume processing domain: it supports analysis, format conversion (to JSON), PDF generation, and template management. This covers the core lifecycle from input to output without any obvious gaps, allowing agents to handle end-to-end resume workflows effectively.