search_and_match
Search live job postings and rank them by how well they match a given resume, returning results sorted by match score.
Instructions
Convenience tool: search live jobs, then rank each result by how well it matches the given resume. Returns jobs sorted by match score (desc).
Args: file_path: absolute path to the resume file query: role or keywords to search for location: city/region filter (optional) country: 2-letter country code (default "us") results_per_page: how many postings to fetch before ranking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| query | Yes | ||
| location | No | ||
| country | No | us | |
| results_per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |