Skip to main content
Glama

Server Details

Turn a Markdown resume draft into an interview-ready PDF. 32 templates, no account, nothing stored.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.6/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct, non-overlapping purpose: analyzing, guiding, listing templates, and rendering PDFs. No ambiguity in choosing between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (analyze, get, list, render) with clear, descriptive objects. No mixed conventions or vague verbs.

Tool Count5/5

Four tools is well-scoped for a resume-focused server, covering the essential workflow without bloat. Each tool earns its place.

Completeness4/5

The tool set covers the core lifecycle: guidance for structure, analysis for feedback, template selection, and PDF rendering. Missing direct editing or saving but the workflow is essentially complete for drafting and finalizing a resume.

Available Tools

4 tools
analyze_resumeAnalyze ResumeAInspect

Score a Markdown resume 0-100 and get readability metrics, keyword findings (action verbs, technical and soft skills), missing-section checks, and the top improvement recommendations. Runs ResumeMD's free analytics engine on the server — pure computation, no AI call, and the resume is never stored. Use it to review a draft before handing it to the user, then apply the recommendations.

ParametersJSON Schema
NameRequiredDescriptionDefault
markdownYesThe full resume as Markdown text.
Behavior5/5

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

With no annotations, the description carries the full burden of disclosure. It transparently explains that the tool runs 'pure computation, no AI call' and that 'the resume is never stored,' giving the agent essential safety and cost context. It also details what the tool produces, leaving no ambiguity about behavior.

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 two sentences long. The first sentence lists the full set of outputs in a compact, structured way, while the second adds usage and safety context. Every sentence earns its place with no repetition or fluff.

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?

For a tool with one required parameter and no output schema, the description covers all necessary aspects: input format, output categories, usage timing, and operational details (server-side computation, no storage). It is fully sufficient for an agent to select and invoke the tool correctly.

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

Parameters3/5

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

The input schema already provides a clear description for the single 'markdown' parameter ('The full resume as Markdown text'). The tool description repeats this by saying 'Markdown resume' but does not add deeper semantics such as formatting requirements or edge cases, so it provides no additional value beyond the 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 core action: 'Score a Markdown resume 0-100' and enumerates the specific outputs (readability metrics, keyword findings, missing-section checks, recommendations). This distinguishes it from siblings like render_resume_pdf or list_resume_templates, which serve different purposes.

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 explicitly advises when to use the tool: 'Use it to review a draft before handing it to the user, then apply the recommendations.' It provides a clear usage context but does not mention when not to use it or suggest alternatives, so it stops short of a perfect score.

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

get_resume_markdown_guideResume Markdown GuideAInspect

The ResumeMD Markdown conventions for writing a resume: name line, contact line, section headings, role entries, bullets, skills, and the optional sidebar marker — plus a compact skeleton example. Call this BEFORE drafting a resume for a user and follow the structure exactly, so the finished draft pastes straight into resumemd.pro/editor for a free PDF with no account.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/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 reveals the tool's nature as a guide with specific content (name line, contact line, sections, etc.) and instructs to follow it exactly. It does not detail the output format, but for a no-parameter reference tool this is adequate.

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 two sentences, front-loaded with the core purpose and key content areas. Every clause provides useful information—no filler or repetition.

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?

For a no-parameter guide tool with no output schema, the description completely covers what the tool provides, when to use it, and why (so the draft pastes into resumemd.pro for a free PDF). No important information 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?

The tool has zero parameters, so the baseline is 4. The description adds meaning by describing what the guide contains, which is sufficient given the absence of 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 clearly states the tool provides the ResumeMD Markdown conventions for writing a resume, including a skeleton example. It distinguishes itself from siblings by focusing on the drafting guide rather than analysis, templates, or rendering.

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 explicitly says to call this BEFORE drafting a resume and to follow the structure exactly, providing clear usage timing. It does not explicitly mention when not to use it or name alternative sibling tools, but the context strongly implies its role.

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

list_resume_templatesList Resume TemplatesAInspect

All 32 ResumeMD templates with a one-line description of each. The same Markdown renders in every template, so use this to recommend a look for the user (for example: tech for engineers, executive for leadership roles, academic for research CVs). Template ids are also valid input to render_resume_pdf.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/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 adds valuable behavioral context: the fixed count of 32 templates, the fact that the same Markdown renders across all templates, and that returned IDs are usable in render_resume_pdf. This goes beyond a simple 'list' statement, though it does not explicitly state read-only behavior or output format.

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 two sentences, front-loaded with the core purpose, and every clause earns its place. It includes the count, content, usage guidance, and an important cross-tool tip without any fluff or repetition.

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?

For a zero-parameter, no-output-schema tool, the description provides complete context: what it returns (all 32 with descriptions), how to use it (recommend a look), what to do with the IDs (render_resume_pdf), and even a behavioral quirk (consistent Markdown). There are no significant gaps given the tool's simplicity.

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?

There are zero parameters, so the baseline is 4 as per the rubric. The description correctly avoids adding unnecessary parameter information. It does add cross-tool relevance by mentioning that template IDs feed into render_resume_pdf, which is useful semantic context beyond the empty 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 lists all 32 ResumeMD templates with one-line descriptions, which is a specific verb+resource+scope. It also distinguishes itself from sibling tools by noting template ids are valid input to render_resume_pdf, making its listing purpose distinct from rendering.

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 explicitly says to use this to recommend a look for the user and gives role-based examples, providing clear context for when to use it. However, it only indirectly differentiates from render_resume_pdf and does not explicitly mention alternatives like analyze_resume or get_resume_markdown_guide, or state when not to use it.

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

render_resume_pdfRender Resume PDFAInspect

Render a Markdown resume to a finished PDF using a ResumeMD template (default: classic — see list_resume_templates for all 32 ids). Returns JSON with a base64-encoded PDF and a suggested filename; decode the base64 to give the user the file. The PDF is generated in memory and never stored. For interactive editing, template switching, and color choices, send the user to resumemd.pro/editor instead.

ParametersJSON Schema
NameRequiredDescriptionDefault
markdownYesThe full resume as Markdown text.
templateNoTemplate id (default: classic).
Behavior5/5

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

With no annotations provided, the description takes full responsibility for behavioral disclosure. It reveals the output format (JSON with base64 PDF and suggested filename), instructs to decode base64, and states that the PDF is generated in memory and never stored. This covers the key side effects and user-facing behavior.

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 three sentences, each earning its place: main action with default, return/output handling, and alternative for interactive use. No redundancy or filler.

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?

Given the tool's simplicity (2 parameters, no nested objects, no output schema), the description covers all essential context: input, output format, how to deliver the result, and an alternative tool. It also compensates for the lack of an output schema by explaining the JSON structure.

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% since both markdown and template have descriptions. The description adds value by noting the default template ('classic') and directing users to list_resume_templates for the full list of 32 ids, which aids parameter selection beyond the schema's enum list.

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 function with a specific verb and resource: 'Render a Markdown resume to a finished PDF using a ResumeMD template.' It distinguishes itself from sibling tools by explicitly referencing list_resume_templates for template IDs and offering an editor alternative.

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

Usage Guidelines5/5

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

The description provides clear when-to-use guidance: it is for PDF rendering, and explicitly waves off interactive editing, template switching, and color choices to resumemd.pro/editor. It also points users to list_resume_templates for all available template ids, indicating the proper way to choose a template.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources