search_pipeline_candidates
Find candidates in your pipeline by structured filters like title, education, company, and tags to shortlist qualified prospects for open roles.
Instructions
Search pipelines by structured fields — title, company, education, tags. Read-only.
Users say "find VP-level candidates in our pipelines" or "who do we have from Google?" Pass job_ids (list_jobs → get IDs for similar roles). Best when structured data is populated. If few results, switch to scan_pipeline_resumes for resume-text search. Combine with batch_read_resumes to verify skill matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag names to filter by | |
| job_ids | Yes | Job IDs to search — list_jobs → get IDs for similar roles | |
| statuses | No | Filter by status: 'active', 'rejected', 'hired' | |
| max_results | No | Maximum candidates to return | |
| title_keywords | No | Job title keywords — e.g. ['VP', 'Director'] | |
| company_keywords | No | Company name keywords — e.g. ['Google', 'Stripe'] | |
| education_keywords | No | Education keywords — e.g. ['Stanford', 'MIT'] | |
| min_experience_years | No | Minimum years of work experience |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |