calculate_match_score
Calculates a weighted match score between a candidate's skills and job requirements to determine job fit.
Instructions
Calculate a detailed match score between a candidate's skills and a job description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidateSkills | Yes | List of candidate's skills (e.g. ['TypeScript', 'React', 'Node.js']) | |
| jobId | Yes | The ID of the job to match against (e.g. 'alpic-fullstack') |