search_candidates_by_name
Find candidates by name with case-insensitive substring matching. Use this read-only search as the starting point to retrieve full candidate profiles and application IDs.
Instructions
Find candidates by name. Read-only — the starting point for most workflows.
Users always refer to candidates by name, not ID. Use this first whenever a user mentions a candidate, then get_candidate on the match to see their full profile and application IDs. Case-insensitive substring match — "Sarah" finds "Sarah Chen", "Sarah O'Brien", etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name to search — matches first or last name (case-insensitive substring) | |
| per_page | No | Results per page (max 500) | |
| max_pages | No | Maximum pages to fetch when auto-paginating |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |