Resume Generator MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_resumeC | Generate a resume PDF using the LaTeX Resume API. Provide resume data and get a professionally formatted PDF. Can save to custom folders within the generated-resumes directory. |
| create_folderC | Create a new folder within the generated-resumes directory for organizing resumes |
| list_foldersC | List all folders and files in the generated-resumes directory to help with organization |
| create_resume_templateC | Create a template resume structure with placeholder data that can be filled in |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct and non-overlapping purpose: create_folder handles folder creation, create_resume_template sets up templates, generate_resume produces PDFs, and list_folders provides directory listings. There is no ambiguity in tool selection as they target different aspects of the resume generation workflow.
All tool names follow a consistent verb_noun pattern using snake_case: create_folder, create_resume_template, generate_resume, and list_folders. The naming is predictable and readable, with no deviations or mixed conventions.
With 4 tools, the server is well-scoped for its purpose of resume generation and organization. Each tool earns its place by covering essential operations like folder management, template creation, PDF generation, and directory listing, avoiding bloat or thin coverage.
The tool set covers core resume generation workflows, including folder organization, template setup, and PDF creation. A minor gap exists in update or delete operations for folders or templates, but agents can likely work around this by recreating items as needed.