search_candidates_by_name
Find candidates in Greenhouse ATS by searching their first or last name using substring matching. Use when recruiters need to locate specific applicant profiles quickly.
Instructions
Search candidates by first or last name (case-insensitive substring match).
Use this when a recruiter says "pull up John's application" or "find Sarah Chen." Fetches candidates in pages and filters client-side since the Greenhouse API doesn't support name search directly. Returns up to max_pages * per_page candidates scanned, with all matches returned.
Example: search_candidates_by_name(name="Sarah") finds "Sarah Chen", "Sarah O'Brien", etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| per_page | No | ||
| max_pages | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |