Skip to main content
Glama
Calibrd

Calibrd Agent

Official

Review a CV

calibrd_review_cv
Idempotent

Scores a CV as a recruiter and an ATS would, then lists specific fixes with rewrites. Pass a job posting to tailor the review to that role.

Instructions

Scores a CV two ways, as a recruiter reads it and as an applicant tracking system parses it, and lists what to fix with rewrites. Pass the job posting to tailor the review to that role. Free. Call it when someone asks how their CV reads or what to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
companyNoCompany name, if not obvious from the posting.
cv_textYesThe person's CV or resume as plain text.
job_urlNoLink to a public posting: a LinkedIn job page (search links with currentJobId work too), Greenhouse, Lever, Levels.fyi or a careers page. Calibrd fetches and reads it. Prefer this over asking the person to paste when they share a link.
languageNoOutput language. Defaults to English; use fr for a French job posting.
job_titleNoJob title, if not obvious from the posting.
job_descriptionNoThe full job posting text, pasted as-is (at least 200 characters). When the person shares a link instead, pass job_url and leave this out.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior4/5

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

The description discloses useful operational behavior beyond the annotations: it produces two-way scoring and rewrite suggestions, and it is free. The annotations already cover idempotence and non-destructiveness, and the description adds no false safety claims, so no contradiction exists.

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?

Three short sentences front-load the core behavior, then the tailoring instruction, then the trigger condition. There is no filler or redundancy; 'Free' is the only peripheral detail and is short enough not to hurt.

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?

With no output schema, the description adequately signals return content: scores from two perspectives plus fix and rewrite suggestions. It also gives the key usage condition (job posting tailoring). It does not enumerate output format details, but the operation's output is described well enough for an agent to select and invoke it correctly.

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?

The input schema already documents every parameter, including the at-least-200-character rule for job_description and the job_url preference, so the description has little to add. 'Pass the job posting' generically maps to job_description/job_url but adds no parameter-level semantics beyond the schema. Baseline 3 is appropriate given 100% schema description coverage.

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 first sentence names the exact action (scores a CV) and differentiates the output from a plain score by describing two distinct review modes: recruiter reading and ATS parsing, plus a list of fixes and rewrites. The trigger phrase 'someone asks how their CV reads or what to change' anchors the domain and separates it from sibling tools like calibrd_cover_letter or calibrd_report.

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?

'Call it when someone asks how their CV reads or what to change' is an explicit trigger condition, and 'Pass the job posting to tailor the review' explains the recommended input context. It does not explicitly name alternatives or when-not-to-use cases, so it stops short of a 5.

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

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/Calibrd/calibrd-agent'

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