create_snapshot
Create a permanent, timestamped copy of a Word document without modifying the original. Snapshots are never auto-pruned, providing a durable backup for recovery or versioning.
Instructions
Save a DTG-stamped permanent copy of the document: YYYYMMDD_HHMM_.docx (an existing leading DTG in the name is replaced, not stacked), with an optional short label suffix. Snapshots are the PERMANENT keepers that complement the automatic prev/anchor backup slots: the slots rotate on every mutation, snapshots are never auto-pruned and manage_backups never touches them. Never overwrites (collisions get a numeric suffix); returns the created path. The source document is not modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | ||
| dest_dir | No | ||
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||