Skip to main content
Glama
Casius999

decroche-mcp

by Casius999

ats_score_report

Generate a score report that combines a CV's parsability, keyword match, and red flags into a screener readiness tier with optional before-and-after comparison.

Instructions

Generate a before/after score report.

Combines the parsability score, optional match score, and redflag count into a ScoreReport with screener_readiness tier and optional delta.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
beforeYesAtsParseResult dict (before optimisation).
afterNoOptional AtsParseResult dict (after optimisation) for delta.
matchNoOptional keyword match score 0–100.
redflag_countNoNumber of red flags detected by redflag_scan.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
parsabilityYes
matchYes
screener_readinessYes
redflag_countYes
deltaYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that the tool combines scores, computes an optional delta, and outputs a ScoreReport with tier. However, it does not explain how the 'screener_readiness tier' is determined or whether the operation is read-only (likely safe).

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, front-loaded with the main action, and contains no extraneous words. Every sentence adds value.

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 that an output schema exists (though not shown), the description adequately explains the inputs and mentions key output elements (ScoreReport, tier, delta). However, it omits details about the tier logic and delta computation, which would be useful for understanding the report.

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?

The input schema has 100% coverage, so the schema already documents each parameter. The description adds context by noting that 'before' is a dict before optimisation and that 'after' is for delta, providing a higher-level explanation that aids understanding.

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 explicitly states 'Generate a before/after score report' and lists the components (parsability score, match score, redflag count) that are combined into a ScoreReport with tier and delta. This clearly defines the tool's purpose and distinguishes it from siblings like ats_parse_sim or ats_redflag_scan.

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 implies usage when before data exists and optionally after data for delta, but lacks explicit guidance on when to use this tool versus alternatives, such as separately using parsers or redflag scans.

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

Install Server

Other Tools

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/Casius999/decroche-mcp'

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