search_achievements
Search achievement descriptions to find matching bullets with minimal parent context. Returns results including company name, position title, and resume ID.
Instructions
Search achievement descriptions directly, returning only matching bullets with minimal parent context. More token-efficient than search_work_experiences when you only need matching achievements.
Each result includes: id, desc, company_name, position_title, work_experience_id, resume_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to search for in achievement descriptions (case-insensitive) | |
| resume_id | No | Optional resume ID to scope the search to one resume | |
| mode | No | Token match mode — 'and' (default) requires all words to appear in the description; 'or' requires any word to match | and |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |