Skip to main content
Glama

Match Jobs to Candidate Profile

match_jobs

Rank active AI/ML jobs against a candidate profile for free. Scoring combines tag overlap (+2 per match), salary overlap (+3), workplace/level/type/location matches, and description keyword hits. After selecting a role, candidates may use compile_job_specific_resume for a $0 transient ATS-oriented preview without identity; a verified key is required only to save an approval-bound artifact. The employer outcome pilot never affects these matches.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
levelNo
limitNoMax results (default 10)
skillsYesCandidate skills/tags (e.g. ['python','llm','pytorch'])
job_typeNo
locationNoLocation substring (e.g. 'San Francisco')
workplaceNo
salary_maxNoMaximum salary USD
salary_minNoMinimum salary USD

TDQS

A4.3/5.0
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 behavioral disclosure. It delivers thoroughly: explains the scoring formula (+2 tag overlap, +3 salary overlap, etc.), states the tool is free, reveals identity requirements ('without identity', 'verified key required only to save an approval-bound artifact'), and clarifies that the employer outcome pilot never affects matches. This goes far beyond a typical description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences long and front-loaded with the primary purpose. Each subsequent sentence adds relevant detail (scoring, costs, identity, follow-up tool). It wastes no words, though it is slightly longer than necessary and could be more succinct by trimming the secondary caveats.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 8 parameters, no output schema, and no annotations, the description is quite complete: it covers purpose, scoring logic, cost, identity requirements, and a related follow-up action. The main gap is that it does not describe the return format or expected output structure, which would be useful for a ranking tool. Still, the behavioral and parameter context is unusually rich.

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 63%, leaving 37% of parameters without schema descriptions. The description compensates by mapping scoring components to parameter groups: 'tag overlap' refers to skills, 'salary overlap' to salary_min/max, and 'workplace/level/type/location matches' to those respective parameters. This adds meaningful context beyond the schema, though it does not explain individual parameter formats or limits beyond what the schema already provides.

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: 'Rank active AI/ML jobs against a candidate profile for free.' This is a specific verb ('rank'), resource ('AI/ML jobs'), and target ('candidate profile'), and it distinguishes match_jobs from sibling tools like search_jobs and get_similar_jobs by emphasizing profile-based scoring.

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

Usage Guidelines3/5

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

The description gives some usage context by mentioning compile_job_specific_resume as a follow-up after selecting a role, but it does not explicitly state when to use match_jobs versus alternatives like search_jobs or analyze_application_readiness. The intended use is implied rather than explicit, so exclusions and alternatives are missing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have clear, distinct purposes (e.g., search_jobs vs get_job vs get_similar_jobs). The main ambiguity is between match_jobs and analyze_application_readiness, both of which assess candidate-job fit, though one ranks multiple jobs and the other evaluates readiness for a specific role. The application flow steps are well-separated.

Naming Consistency5/5

All tool names consistently follow the snake_case verb_noun pattern (e.g., get_company, list_companies, apply_to_job). Even longer names like analyze_application_readiness and compile_job_specific_resume adhere to this convention, with no mixed casing or inconsistent verb styles.

Tool Count3/5

With 20 tools, the server is on the heavier side for a job board, though the breadth of features (search, company info, salary, application, interview tracking, and product sales) partially justifies the count. Some redundancy exists (e.g., get_trending_companies vs list_companies, get_stats vs get_salary_data), making the set feel slightly bloated.

Completeness3/5

The toolset covers core job search and application workflows, but there is no way to list or track submitted applications, view application status, or withdraw an application. Post-application features are limited to interview outcomes, leaving obvious lifecycle gaps for a candidate-facing job platform.

Resources