list_versions
Retrieve version history for Office docs to see snapshots before each annotation round, supporting targeted rollback.
Instructions
列出文档的版本历史(.versions/ 快照链:同一标注轮次内多个编辑合并为一个版本,即每轮首个编辑前快照;新版本在前)。返回 [{index, path, size, mtime, kind?, desc?, ts?}],无版本时返回 []。每条 desc 表达'修改前/该轮标注前的状态'(如'第 1 轮标注前的状态'或'修改前:替换…'),回退到该版本即恢复为该内容。配合 restore_version 实现任意步回退。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 文档绝对路径(.docx / .xlsx / .pptx) |