search_resumes
Search across resume and job application documents by keyword or phrase. Filter by document type, choose token match mode, and paginate results.
Instructions
Search across all documents for a keyword or phrase. Response includes total_count, items, has_more, next_offset, and message for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Token match mode — 'and' (default) requires all words to appear in the document; 'or' requires any word to match; 'regex' treats query as a case-insensitive regular expression | and |
| limit | No | Maximum number of results to return (default 100) | |
| query | Yes | Text to search for (case-insensitive) | |
| offset | No | Number of results to skip for pagination (default 0) | |
| doc_type | No | Optional filter — one of: resume, cover_letter, application_material, other |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||