resume-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | No | The model identifier to use (e.g., deepseek/deepseek-v4-pro). Defaults to DeepSeek if not provided. | |
| LLM_API_KEY | Yes | API key for the LLM provider. Required for the resume optimization/generation to work. | |
| LLM_BASE_URL | No | Base URL for the OpenAI-compatible API endpoint (default: https://api.deepseek.com). | |
| RESUME_ENV_FILE | No | Optional path to a .env file from which to load LLM configuration. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| optimize_resumeA | 根据目标岗位优化一份已有简历(PDF / .docx / .doc)。 参数: resume_file_path: 简历文件的本地绝对路径(PDF、.docx 或 .doc)。 job_position: 目标岗位,例如「高级前端工程师」。 requirements: 可选的额外要求(如「突出项目管理经验」)。 output_dir: 输出目录;留空则写到输入文件所在目录。 返回:优化说明、结构化 JSON,以及生成的 .docx / .pdf 绝对路径。 |
| generate_resumeA | 根据零散背景信息,从零生成一份针对目标岗位的简历。 参数: background: 用户背景信息(教育、工作/实习、项目、技能等自由文本)。 job_position: 目标岗位,例如「后端开发工程师」。 requirements: 可选的额外要求。 output_dir: 输出目录;留空则写到当前工作目录。 返回:生成说明、结构化 JSON,以及生成的 .docx / .pdf 绝对路径。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/xiangwang331-boop/resume-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server