list_resumes
List resumes for the authenticated Rezi user, ordered by most recently updated. Returns an array of resume summaries with id, name, jobTitle, createdAt, and updatedAt. Defaults to the 10 most recent; use the limit parameter to request more (max 200).
read_resume
Read the full data for a specific resume by its ID.
write_resume
Create or update a Rezi resume. When creating: omit resume_id and a new ID will be generated. When updating: provide the existing resume_id. Resume data is deep-merged so you only need to include fields you want to change.
search_jobs
Search for job listings by role and location. Returns 10 results per page with title, company, location, URL, and description excerpt. Use get_job_details for the full description of a specific job.
get_job_details
Get the full details for a specific job by its ID, including the complete job description. Use this after search_jobs to read the full posting for a job you want to tailor a resume to.