Skip to main content
Glama
18boys

matchcv-mcp

by 18boys

Get targeted resume improvement suggestions

optimize_resume

Generate prioritized rewrite suggestions for a resume, optionally aligned to a job description. Each suggestion includes type, priority, tip, and example rewrite to close keyword gaps.

Instructions

Return prioritized, rewrite-level suggestions for a resume, optionally aimed at a specific role or job description. Each suggestion has a type, priority, tip, and an example rewrite. Pass missingMustHave / missingNiceToHave from analyze_job_description to close keyword gaps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jdTextNoTarget job description, for role-specific suggestions.
jobTitleNoTarget job title, e.g. "Senior Backend Engineer".
resumeTextYesFull plain-text resume.
missingMustHaveNoRequired keywords the resume is missing.
missingNiceToHaveNoPreferred keywords the resume is missing.
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses the output shape ('Each suggestion has a type, priority, tip, and an example rewrite'), prioritization, and that it returns suggestions rather than modifying the resume. It doesn't mention limits or potential errors, but the core behavior is well covered.

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?

Two sentences with no filler. The core purpose is front-loaded, and the cross-tool integration instruction is concise and actionable.

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

Completeness5/5

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

Despite no output schema, the description explains the return value structure. The input parameters are fully covered by the schema, and the description adds the only missing context: how to source optional keyword parameters. Nothing an agent needs to call this correctly is missing.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3. The description adds meaningful semantic value beyond the schema by explaining that missingMustHave / missingNiceToHave come from analyze_job_description and should be passed to close keyword gaps, clarifying the purpose and origin of those parameters.

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 states a specific verb and resource ('Return prioritized, rewrite-level suggestions for a resume') and clarifies optional role-targeting, which distinguishes it from sibling tools like analyze_job_description (analysis), tailor_resume (actual rewriting), and roast_resume (critique).

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 gives clear context for optional inputs ('optionally aimed at a specific role or job description') and explicitly instructs to pass missingMustHave / missingNiceToHave from analyze_job_description to close keyword gaps. It does not explicitly name alternatives or exclusion conditions, but the cross-tool integration guidance is strong.

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/18boys/matchcv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server