get_resume_full
Retrieve a resume's complete structure—profile, work experiences with achievements, skills, side projects with technologies, and education with competencies—in one API call.
Instructions
Get a resume's complete nested structure in one call: profile fields plus all work experiences (with achievements), badge skills, side projects (with technologies), and education entries (with competencies). Prefer get_resume_profile plus the scoped list_* tools (list_work_experiences, list_skills, list_side_projects, list_education) when you only need part of this — it's more token-efficient. Use get_resume_full when you need the whole picture at once. Returns {"error": ...} if resume_id is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resume_id | Yes | Resume ID from list_resume_summaries |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||