Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_MODELNoThe model identifier to use (e.g., deepseek/deepseek-v4-pro). Defaults to DeepSeek if not provided.
LLM_API_KEYYesAPI key for the LLM provider. Required for the resume optimization/generation to work.
LLM_BASE_URLNoBase URL for the OpenAI-compatible API endpoint (default: https://api.deepseek.com).
RESUME_ENV_FILENoOptional 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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