Skip to main content
Glama
Calibrd

Calibrd Agent

Official

Score a job against a CV

calibrd_score_job
Idempotent

Scores a CV against a job posting from 0 to 100, lists missing qualifications, and evaluates the CV as a recruiter and an applicant tracking system would to help decide whether to apply.

Instructions

Scores how well a person's CV matches one job posting (0 to 100), lists the gaps at that level, and scores the CV itself for this job as a recruiter and as an applicant tracking system read it. Free, no daily cap. Call it when someone asks whether to apply, or to triage several postings; use calibrd_report for the full read on the ones that score well.

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.3/5.0
Behavior4/5

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

Annotations already cover idempotent and non-destructive behavior; the description adds useful context beyond them: 'Free, no daily cap' addresses rate limits, and the explanation that it both scores the match and evaluates the CV as a recruiter/ATS clarifies what a call actually produces. It does not contradict the readOnly=false annotation (external fetching is implied but harmless).

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 information-dense and front-loaded with the core behavior before usage guidance and the sibling alternative. It is slightly long and the third clause ('as a recruiter and as an applicant tracking system read it') is grammatically awkward, but every sentence contributes actionable information.

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 previews the return content: a 0-100 match score, gaps at that level, and customized CV scoring from two perspectives. It also contextualizes external fetching via the job_url parameter in the schema, so an agent knows why openWorld=true is set. It does not detail response structure, but that is not necessary for correct invocation.

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 the schema already documents all six parameters clearly, including the choice between job_url and job_description. The tool description itself adds little parameter-level meaning; it only reinforces the match/gap intent of the tool, which is the baseline expected when the schema carries the detail.

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 opens with a specific verb and resource: 'Scores how well a person's CV matches one job posting (0 to 100)', and adds what output to expect: gaps, recruiter perspective, ATS perspective. It also names the sibling tool it is not ('use calibrd_report for the full read'), so an agent can distinguish it from calibrd_report and the other siblings without opening schemas.

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

Usage Guidelines5/5

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

It explicitly states when to call: 'Call it when someone asks whether to apply, or to triage several postings'. It also gives an alternative and a follow-up condition: 'use calibrd_report for the full read on the ones that score well'. This is clear routing guidance beyond what annotations or schema provide.

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