list_resume_summaries
List resume summaries as lightweight identity records (id, name, email, phone) to select a resume before fetching full details. Supports optional name filtering and pagination.
Instructions
List resumes as lightweight identity records — id, name, email, phone only. Use this to orient and pick a resume_id before fetching details with other tools. Much more token-efficient than list_resumes when you only need to identify who is present. Pass query to filter by first or last name (absorbs the old search_resumes_by_name tool). Response includes total_count and items for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Token match mode — 'and' (default) requires all words to appear in the same name field; '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 | No | Optional name fragment to filter by first or last name (case-insensitive) | |
| offset | No | Number of results to skip for pagination (default 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||