Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FIRECRAWL_API_KEYNoYour Firecrawl API key (only required for scraping job descriptions by URL)

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_jdA

Get a job description from a URL, pasted text, or a file. Returns JD content, slug, and output paths. Provide exactly one of: url, text, or file_path. Optionally provide a slug like 'CompanyName_Role' for cleaner filenames.

get_base_resumeA

Returns the bundled base_resume.json (source of truth) with a job summary showing bullet counts per position.

set_base_resumeA

Replace the bundled base resume with a new one. Pass the full resume JSON as a string. This becomes the new source of truth for validation.

get_tailoring_rulesA

Returns the resume tailoring rules. Read these before creating any tailored resume.

list_skillsA

List the bundled resume/JD tailoring skills with a short description of each. Read the relevant skills (especially the fabricators) before tailoring a resume, then fetch full content with get_skill.

get_skillA

Return the full SKILL.md content for one bundled skill. Use the exact name from list_skills (e.g. 'resume-tailor-fabricator').

save_tailored_resumeA

Save a tailored resume JSON. Writes to data/.json by default, or to a custom path.

validate_resumeA

Validate a tailored resume JSON against the base resume. Checks identity, fabrication count (max 10), bullet count guardrails, and hedging phrases.

build_docxA

Build a DOCX resume from a tailored JSON file. Should only be called after validate_resume passes. Output filename is derived from the base resume Contact.Name.

list_jdsA

List all saved job description files with titles and filter status.

list_resumesA

List all generated resume files — tailored JSONs and built DOCXs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/srimankatipally/CompleteMCP'

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