nextrole
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 · MCP 2025-11-25
- URL
TDQS
Scored across 5 tools
Tools are largely distinct: ats_lint checks formatting, fetch_job_spec retrieves job text, find_roles searches jobs, score_cv evaluates a CV, tailor_cv_to_role rewrites a CV. Potential overlap between score_cv and ats_lint (both evaluate CVs) but descriptions clarify different purposes (ATS rules vs. overall match).
Most tools use verb_noun pattern (fetch_job_spec, find_roles, score_cv, tailor_cv_to_role). ats_lint is a noun phrase but is a proper term, so minor deviation but not confusing. Overall consistent style.
5 tools cover a focused workflow (job search, spec extraction, CV evaluation, tailoring, and ATS check). Each earns its place, not too few or too many.
Core workflow is covered: find roles, get job spec, score and tailor CV, plus ATS check. Missing a tool to list/update user's saved CVs or manage sessions, but since it's a stateless toolkit, the surface is reasonably complete. Minor gap: no tool to submit application or track history, but that's beyond scope.
Available Tools
5 toolsats_lintATS lint a CVARead-onlyInspect
Free, deterministic ATS check: flags banned symbols, first-person voice, non-standard headers, and unquantified bullets. Returns findings + a pass/fail verdict.
| Name | Required | Description | Default |
|---|---|---|---|
| cv_markdown | Yes | The CV in Markdown. |
TDQS
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.
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.
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.
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.
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.
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 URLARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A public https:// job posting URL. |
TDQS
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.
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.
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.
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.
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.
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 rolesARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | A role query, e.g. "frontend engineer London". |
TDQS
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.
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.
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.
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.
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.
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 jobARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| job_spec | Yes | The target job description. | |
| cv_markdown | Yes | The CV in Markdown. |
TDQS
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| job_spec | Yes | The target job description. | |
| cv_markdown | Yes | The CV in Markdown. |
TDQS
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.
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.
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.
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.
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.
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
5 tool updates
- First observed
ats_lint - First observed
fetch_job_spec - First observed
find_roles - First observed
score_cv - First observed
tailor_cv_to_role
Related MCP Connectors
Score and tailor your CV/resume against a job posting — for AI agents and humans, no-login trial.
Auto-apply to jobs: matches your CV, tailors a fresh CV per posting, and applies for you.
Analyze job listings against your resume, track applications, and generate cover letters.
Free ATS resume score and job-match checker: scores a resume against a job description.
Related MCP Servers
- AlicenseAqualityAmaintenanceTailor your CV to any job posting with ATS keyword scoring and clean PDF/DOCX export.63MIT
- AlicenseNot gradedqualityAmaintenanceA local-first, open-source MCP server that analyzes jobs, matches your CV, tailors documents, and tracks applications — all on your machine with no data uploaded.AGPL 3.0
- AlicenseAqualityAmaintenanceAn AI job-hunt copilot that enables searching live job boards, shortlisting openings, tracking application pipelines, and generating tailored resumes and cover letters from any MCP client.14Apache 2.0
- AlicenseNot gradedqualityBmaintenanceAnalyzes resume text against job descriptions to provide ATS fit scores, missing keywords, and suggestions.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.