copy_document
Save a complete copy of the current document to a new .docx path. Preserves the original document and session 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 |