search_resumes_by_skill
Find resumes that list a specific skill by partial match. Returns resume identity and matched skill names for efficient filtering.
Instructions
Find which resumes list a given badge skill. Returns resume identity and matched skill names only — more token-efficient than list_resumes when filtering by skill.
Each result includes: id, first_name, last_name, matched_skills.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes | Skill title fragment to search for (case-insensitive, partial match) | |
| mode | No | Token match mode — 'and' (default) requires all words to appear in the skill title; 'or' requires any word to match | and |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |