Read an existing resume .docx
resume_readCall this tool to read an existing .docx resume into the profile shape, with the sections found and anything unplaced. It saves nothing unless save is true, so review it first. .doc and .rtf are refused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Name of a document uploaded with doc_upload | |
| save | No | Store the result as the profile. Review it first. | |
| variant | No | ||
| docx_base64 | No | The .docx itself, base64-encoded, instead of uploading it first |