List Undo History
list_undo_historyReview recent write operations from the local undo journal to identify reversible entries and audit session activity before undoing changes.
Instructions
List the local undo journal: every write this MCP server performed (most recent first), with per-entry undo capability. Read-only; reads a local journal file, never the YNAB API. Use this to review what changed before calling undo_operation, or to audit a session's writes. Entries with undoable:false are recorded for audit only and cannot be reversed automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries to return (default 20, newest first) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |