search_candidates
Finds candidates by meaning across profile, CV text, recruiter notes, and call or meeting summaries. Use for skills, experience, background, or things a candidate said; combine with filters for status, location, owner, or custom fields. Put non-negotiable terms (a company, certification, tool) in must_include to hard-exclude candidates whose corpus lacks them. Returns ranked rows with a snippet showing why each matched. Use list_records instead for exact structured lookups. Bounded to 50 per call; total_count says how many matched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| limit | Yes | Default 25, max 50. | |
| query | Yes | Words you expect in the CV, notes or summaries, not a description of the search. | |
| cursor | Yes | next_cursor from the previous page. | |
| filters | Yes | ||
| must_include | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||