scan_pipeline_resumes
Search Greenhouse pipeline resumes to identify candidates with the required skills and qualifications. Use boolean keywords, required terms, and exclusions to filter applicant pools effectively.
Instructions
Search resume text in pipelines for skills and qualifications. Read-only.
Users say "find Rust engineers in our pipelines" or "search for distributed systems experience." The primary sourcing tool — ~90% of candidate data lives in resumes. Pass job_ids (list_jobs → get IDs for similar roles). Supports boolean search: keywords (OR), required_keywords (AND), exclude_keywords (NOT with word-boundary matching).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_ids | Yes | Job IDs to search — list_jobs → get IDs for similar roles | |
| keywords | No | OR keywords — each hit boosts ranking | |
| statuses | No | Filter by status: 'active', 'rejected', 'hired' | |
| max_resumes | No | Maximum resumes to scan | |
| exclude_keywords | No | NOT keywords — any match disqualifies (word-boundary matching) | |
| required_keywords | No | AND keywords — ALL must appear or candidate is skipped |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |