match_resume_to_jobs
Match resume skills to live verified job openings using multi-factor scoring (skills, title, remote, salary) and receive ranked recommendations.
Instructions
Matches candidate resume skills against live verified job listings with multi-factor scoring (skills 50%, title 25%, remote 15%, salary 10%) and ranked recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of top matched listings to return (1-25, default 10) | |
| skills | Yes | Key technical skills extracted from candidate resume (e.g. ['TypeScript', 'PostgreSQL', 'Docker']) | |
| currency | No | ISO currency code for compensation comparison (default USD) | USD |
| remote_only | No | Strictly filter for 100% remote job opportunities | |
| target_title | No | Desired role title (e.g. 'Backend Architect', 'Staff Frontend') | |
| min_desired_salary | No | Minimum desired annual salary for compensation scoring | |
| years_of_experience | No | Total years of relevant professional experience |