Write a resume .docx
resume_createGenerate a Word .docx resume from your stored profile, bold-matching keywords from the job posting, trimming bullets to your page limit, and reporting dropped or missing items.
Instructions
Call this tool to write the stored profile to a Word .docx. Returns the output path, the estimated page count, which bullets were dropped to fit, and which keywords matched or are missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | No | Free tier prints "modern" only; "classic" and "compact" are Pro. | modern |
| variant | No | ||
| keywords | No | From the posting. A keyword that appears anywhere in the profile is printed in bold; one that does not is reported as missing and is never added to the resume. | |
| out_path | No | Where to write the .docx. Defaults to <data dir>/documents/<name>-resume.docx, numbered -2, -3, ... if that exists. | |
| max_pages | No | Bullets are ordered by relevance to target_role and keywords, then trimmed to fit this many pages against a measured word budget. Default 2. | |
| overwrite | No | Replace an existing file at out_path. Default false: the call fails and nothing is written. | |
| target_role | No | Printed under your name and used to rank bullets |