list_writes
List recent file writes in an Obsidian vault to identify changes and locate undoable actions. Each entry shows timestamp, tool, paths, and undoable status for quick revert decisions.
Instructions
List recent writes from the journal — every write tool records the pre-image of each file it touches, so any of them can be reverted with undo_write. Returns compact metadata rows (seq, timestamp, tool, paths, undoable), never note content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Only entries that touched this vault-relative path. | |
| limit | No | Max entries to return, newest first (1–200, default 20). |