copy_document
Create a copy of the open document by saving it to a new .docx path. This preserves the original document unchanged.
Instructions
Save a complete snapshot of the open document to a new path.
The active session and source path are unchanged.
Args: output_path: Destination file path (must end in .docx).
Returns: {"copied_to": output_path}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |