match_resume_to_job
Score resume compatibility with a job posting by analyzing skill-keyword overlap. Identifies matched and missing skills to guide application improvement.
Instructions
Score how well a parsed resume matches a job description, based on skill-keyword overlap. Returns a 0-100 score plus matched/missing skills.
Args: file_path: absolute path to the resume file (parsed automatically if not cached) job_description: the job posting text to match against
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| job_description | Yes |