ats_gap_check
Compare a resume against job keywords to get a match score and identify missing terms for targeted optimization.
Instructions
Compare a CV against job keywords → match score (%) + missing terms.
This is the tool's killer feature: it tells the user concretely what to add. Pass the resume as plain text and the ranked keyword list from extract_keywords. Returns which keywords are present, which are missing, and a match percentage — so Claude knows exactly what to surface in the rewrite.
Returns {match_score, matched, missing, total_keywords}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | ||
| resume_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||