scan_pipeline_resumes
Search candidate resumes in your hiring pipeline for specific skills, qualifications, or boolean keyword combinations. Filter by job, status, and required/excluded terms to shortlist matching applicants.
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 |