Skip to main content
Glama
nishtobehonest

Resume Tailor MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEYYesYour Anthropic API key for accessing Claude

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
helloA

Say hello — a health check tool. Always kept so we can confirm the server is alive.

tailor_resumeA

Tailor a LaTeX resume to match a job description.

Sends both inputs to Claude with a constrained system prompt that enforces:

  • No hallucinated facts or metrics

  • LaTeX formatting preserved exactly

  • Only experience bullets and skills section modified

  • Structured JSON output with before/after diffs and a guardrails report

Args: job_description: Full text of the job posting (paste directly) resume_content: Full LaTeX source of the resume (paste directly)

Returns: JSON string with keys: jd_keywords, gap_summary, bullet_changes, skills_changes, guardrails_report

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve completely distinct purposes: hello is a health check, and tailor_resume is the core functionality. No overlap or ambiguity.

Naming Consistency2/5

The naming conventions are inconsistent: 'hello' is a bare verb while 'tailor_resume' follows a verb_noun pattern. Even with only two tools, the mismatch is notable.

Tool Count2/5

With only two tools, the server feels under-scoped. A resume tailoring service would benefit from more tools covering related operations, such as validation or keyword extraction.

Completeness2/5

The server lacks essential operations beyond the core tailoring task. No support for resume validation, multiple version management, or user feedback mechanisms, leaving significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues