memory_snapshot_diff
Compares a session's two most recent context snapshots and returns added, removed, and changed keys. Helps track modifications made since the last snapshot.
Instructions
Show what changed between a session's two most recent context snapshots.
Answers "what did I change since I last parked this work?" — returns the
top-level keys added, removed, and changed between the previous and latest
snapshot, or an `{"error": ...}` object if the session has fewer than two.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session id whose two most recent snapshots should be compared. |