Skip to main content
Glama

generate_resume

Transform scattered background details into a targeted resume for a specific job position. Provide raw info and target role, receive a tailored resume as .docx and .pdf files.

Instructions

根据零散背景信息,从零生成一份针对目标岗位的简历。

参数: background: 用户背景信息(教育、工作/实习、项目、技能等自由文本)。 job_position: 目标岗位,例如「后端开发工程师」。 requirements: 可选的额外要求。 output_dir: 输出目录;留空则写到当前工作目录。

返回:生成说明、结构化 JSON,以及生成的 .docx / .pdf 绝对路径。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backgroundYes
output_dirNo
job_positionYes
requirementsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden. It discloses the return format (generation explanation, structured JSON, absolute paths) and the default behavior of output_dir, but it does not mention whether files are overwritten, if directories are created, or any required permissions. There is room for more transparency, but the core behavior is reasonably clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured: a lead sentence stating the purpose, a bulleted list of parameters with clear semantics, and a final line describing the return values. It is front-loaded with the purpose, and every sentence contributes meaningful information without unnecessary verbosity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has an output schema, but the description still provides adequate context about the generation process and return values. It covers the two required parameters and their defaults, and explains the output_dir behavior. Minor gaps exist (e.g., file overwriting behavior), but for a resume-generation tool, the description is sufficiently complete for an agent to understand the expected flow.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Since schema description coverage is 0%, the description fully compensates by explaining each parameter's meaning, including the type of content expected for background, the purpose of job_position, and the optional nature of requirements and output_dir with its default behavior. This adds significant value beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to generate a resume from scratch (从零生成) targeting a specific job position, based on scattered background info. This verb+resource+scope phrasing distinguishes it from the sibling tool optimize_resume, which presumably enhances an existing resume.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool: when you have scattered background info and need a new resume for a target position. It does not explicitly name optimize_resume as an alternative for existing resumes, so the differentiation is slightly implicit, but the context is clear enough for an AI agent to infer the appropriate use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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