Skip to main content
Glama
Gowthamch6s

JobMatch MCP

by Gowthamch6s

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADZUNA_APP_IDNoYour Adzuna application ID. Optional; if not set, search_jobs automatically uses a deterministic mock dataset.
ADZUNA_APP_KEYNoYour Adzuna application key. Optional; if not set, search_jobs automatically uses a deterministic mock dataset.
JOBMATCH_DB_PATHNoAbsolute filesystem path to the SQLite database file used by the application tracker. Optional; if omitted, the server uses its default database location.

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_jobsA

Search live job postings by title/keyword and optional location.

score_resume_matchB

Score how well a resume matches a specific job description.

track_applicationA

Create a new tracked application, or update an existing one by id.

list_applicationsA

List tracked applications, optionally filtered by pipeline status.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct function: searching jobs, scoring resume-job match, tracking/updating applications, and listing applications. There is no overlap or ambiguity between their purposes.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern (search_jobs, score_resume_match, track_application, list_applications). The style is uniform and predictable.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its job-match niche. Each tool is essential and covers a distinct step in the user's workflow without redundancy.

Completeness4/5

The server covers the core workflow of searching jobs, matching resumes, and managing applications. Minor gaps exist (e.g., no delete application or detailed single-application view), but agents can safely navigate the current surface.

Maintenance

ActivityMaintained
ResponsivenessNo issues