Skip to main content
Glama

Server Details

A job-search companion: tailor your CV to a role, score fit, fix ATS issues. Also via MCP.

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.1/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: ATS linting, job spec fetching, role searching, CV scoring, and CV tailoring. No two tools overlap in functionality.

Naming Consistency4/5

Most tools follow a verb_noun pattern (fetch_job_spec, find_roles, score_cv, tailor_cv_to_role), but ats_lint starts with a noun, breaking consistency.

Tool Count5/5

Five tools is a well-scoped set for the job search and CV optimization domain, covering key operations without being too few or excessive.

Completeness5/5

The tools form a complete workflow: find roles → fetch specs → score CV → tailor CV, with linting as a quality check. No obvious gaps for the intended use case.

Available Tools

5 tools
ats_lintATS lint a CVA
Read-only
Inspect

Free, deterministic ATS check: flags banned symbols, first-person voice, non-standard headers, and unquantified bullets. Returns findings + a pass/fail verdict.

ParametersJSON Schema
NameRequiredDescriptionDefault
cv_markdownYesThe CV in Markdown.
Behavior4/5

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

Annotations already provide readOnlyHint=true, so the safe read nature is covered. Description adds specific behavioral details: what it flags (banned symbols, etc.) and output format. No contradiction. Could mention idempotency or statelessness but not necessary.

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?

One sentence, front-loaded with key attributes ('Free, deterministic ATS check'), no wasted words. Perfectly concise.

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 simple tool with one required parameter and no output schema, the description adequately explains what it does and returns. Complete enough for an agent to understand the tool's purpose and output.

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?

Schema coverage is 100% with a single parameter 'cv_markdown' described as 'The CV in Markdown.' Description doesn't add beyond this; baseline 3 is appropriate.

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?

Description clearly states the tool performs an ATS lint check on a CV, flagging specific issues (banned symbols, first-person voice, non-standard headers, unquantified bullets) and returning findings with a pass/fail verdict. It distinguishes from siblings like score_cv which likely provides a score rather than a deterministic check.

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?

Description implies usage for quick, deterministic ATS quality check via 'Free, deterministic'. However, it lacks explicit guidance on when to use this tool versus alternatives (e.g., score_cv) or 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.

fetch_job_specFetch a job spec from a URLA
Read-only
Inspect

Fetches and extracts the job description text from a public job-posting URL, ready to feed into score_cv or tailor_cv_to_role. Cheap, no LLM.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesA public https:// job posting URL.
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds value by stating 'Cheap, no LLM' (cost/performance) and that it extracts text, which goes beyond the structured fields. No contradictions.

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?

Two sentences, front-loaded with the core purpose, followed by usage context and cost. Every sentence is informative and no wasted words.

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 simple tool with one parameter, no output schema, and no nested objects, the description covers purpose, usage, cost, and output sufficiently. No gaps given the complexity.

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?

Schema coverage is 100% and the parameter description in the schema already specifies 'A public https:// job posting URL.' The tool description does not add additional semantics beyond that, meeting the baseline.

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 verb ('Fetches and extracts') and the resource ('job description text from a public job-posting URL'). It also mentions downstream tools (score_cv, tailor_cv_to_role), distinguishing it from siblings like ats_lint or find_roles.

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 indicates when to use this tool ('ready to feed into score_cv or tailor_cv_to_role') and notes it is 'Cheap, no LLM'. It does not explicitly state when not to use it or provide alternatives, but the context is clear.

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

find_rolesFind live rolesA
Read-only
Inspect

Searches live job listings for a role query (e.g. "frontend engineer London"). Cheap, no LLM — returns a short list of matching roles with company and link.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYesA role query, e.g. "frontend engineer London".
Behavior4/5

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

Adds useful behavioral context beyond annotations: 'Cheap, no LLM' and 'returns a short list with company and link'. No contradictions.

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?

Single sentence, front-loaded with purpose, no redundant words.

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?

For a simple search tool with one parameter and annotations, the description provides purpose, example, and output nature. Minor gaps (pagination, error handling) are acceptable.

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?

Schema coverage is 100% and schema description already includes the example; description adds output info but not parameter-specific improvements.

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?

Description clearly states 'Searches live job listings for a role query' with a concrete example, and the tool is distinct from siblings which handle linting, CV scoring, etc.

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?

Mentions 'Cheap, no LLM' implying lightweight usage, but doesn't explicitly state when to prefer this over fetch_job_spec or other siblings.

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

score_cvScore a CV against a jobA
Read-only
Inspect

The free first read: scores a CV against a job spec using NextRole's critic engine — overall match, per-dimension scores, strengths, gaps, and the single top priority to fix.

ParametersJSON Schema
NameRequiredDescriptionDefault
job_specYesThe target job description.
cv_markdownYesThe CV in Markdown.
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds context about the 'critic engine' and the specific output components (strengths, gaps, top priority). However, it does not disclose potential limitations like usage quotas or error handling beyond the schema constraints.

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 a single, efficient sentence that front-loads key information ('The free first read') and clearly summarizes the tool's function and output. No superfluous content.

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?

For a simple two-parameter tool with no output schema, the description provides a clear overview of input and output components. It could be improved by noting potential errors or usage limits, but overall it is fairly complete.

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?

Schema description coverage is 100%, so baseline is 3. The description reiterates that the tool scores a CV against a job spec but adds no new detail about parameter formats, constraints, or examples.

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 action (scores a CV against a job spec) and specifies the output (overall match, per-dimension scores, strengths, gaps, top priority). It distinguishes from sibling tools like tailor_cv_to_role (tailoring vs scoring) and ats_lint (linting vs 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 phrase 'free first read' implies this is an initial assessment, but there is no explicit guidance on when to use this tool versus alternatives like tailor_cv_to_role or ats_lint, nor when not to use it. The guidance is weak and mostly implied.

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

tailor_cv_to_roleTailor a CV to a jobAInspect

Rewrites a CV for a specific job spec using NextRole's multi-pass tailor→critic engine. Free anonymous allowance; on exhaustion returns a link to continue on the web app.

ParametersJSON Schema
NameRequiredDescriptionDefault
job_specYesThe target job description.
cv_markdownYesThe CV in Markdown.
Behavior4/5

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

Annotations indicate mutation (readOnlyHint=false), and the description adds behavioral context: a multi-pass engine, free allowance, and exhaustion flow. No contradictions. It could detail side effects (e.g., no original CV modification) but is sufficient.

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, each earning its place: first states the purpose and mechanism, second addresses usage limits. No redundancy.

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

Completeness3/5

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

The tool has no output schema, and the description does not explain the return value (e.g., the tailored CV text, success status, or error messages). Given the simplicity of inputs, this is a notable omission.

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?

Schema coverage is 100% with clear descriptions for both parameters. The tool description adds no additional meaning beyond what the schema provides, so baseline 3 is appropriate.

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 rewrites a CV for a job spec using a specific engine, with a clear verb and resource. It distinguishes itself from sibling tools like 'score_cv' and 'ats_lint' by its specific purpose.

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 mentions a free anonymous allowance and a link for continuation, implying a usage policy, but lacks explicit guidance on when to use this tool versus alternatives (e.g., 'score_cv' for evaluation) or prerequisites.

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