update_resume_data
Modify resume sections by adding, updating, or deleting entries. Supports contact, experience, projects, education, publications, and skills sections.
Instructions
Add, edit, or remove entries in the master resume data.
Args: section: Section to modify (contact, experience, projects, education, publications, skills). action: Action to perform (add, update, delete). Contact only supports update. index: Index of entry to update/delete (required for update/delete, not used for contact). data: JSON string or dict of entry data (required for add/update).
Returns: JSON with update status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | ||
| action | Yes | ||
| index | No | ||
| data | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |