memory_snapshot_create
Save a named snapshot of the current memory state to enable safe experimentation and easy rollback to a previous state.
Instructions
Create a snapshot (backup) of the current memory state
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the snapshot (e.g., "Before refactoring") | |
| space_id | Yes | Space UUID to snapshot | |
| description | No | Optional description of why this snapshot was created |