read_candidate_resume
Download a candidate's most recent resume/CV content for screening and analysis. Fetches the candidate record, retrieves the latest resume attachment, and returns file content with metadata.
Instructions
Download and return a candidate's most recent resume/CV content.
Use this when screening a candidate — fetches the candidate record, finds the most recent resume attachment, and downloads it. Returns the file content (base64-encoded for binary files like PDFs, or plain text for text files) along with metadata.
Example: "Screen John's resume for Python experience" — call this first to get the resume content, then analyze it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| candidate_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |