save_master_resume
Store your base CV as structured JSON to persist between sessions, allowing reuse for every job application.
Instructions
Store or update the user's base CV so it persists between sessions.
Provide the CV as structured JSON. Recommended keys: contact - {name, email, phone, location, links} summary - short professional summary (string) experience - list of {title, company, location, start, end, bullets[]} projects - list of {name, description, tech[], link} skills - list of strings (or {category, items[]}) education - list of {degree, school, location, start, end, details}
This is step 1 of the flow: set it up once, reuse it for every job. Returns a confirmation with the stored path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resume | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |