Get resume master field
get_resume_master_fieldRetrieve a specific field from resume_master.json using a dot/bracket path, enabling access to stable resume facts for job search tracking.
Instructions
Read one field from resume_master.json (the stable resume facts) by dot/bracket path, e.g. "skills", "projects[0].description", "experience[2].title". Scoped to that one file. Use list_resume_master_structure first if you're unsure of the path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Dot/bracket path, e.g. "experience[0].dates". |