copy_document
Save a complete snapshot of the open Word document to a new file path without altering the original document.
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 |