search_resumes_by_name
Find candidate resumes by name. Returns minimal identity info (ID, name, email, phone) to use with other tools for full details.
Instructions
Find resumes by person name (first or last name). Returns minimal identity fields only — use the returned id with other tools to fetch full details.
Each result includes: id, first_name, last_name, email, phone_num.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Name fragment to search for (case-insensitive) | |
| mode | No | Token match mode — 'and' (default) requires all words to appear in the same name field; 'or' requires any word to match | and |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |