restore_backup
Restore your Memory Bank to a previous state using a specified backup. Optionally, creates a backup of the current state before restoring to prevent data loss.
Instructions
Restore the Memory Bank from a specified backup. By default, creates a backup of the current state before restoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backupId | Yes | The backup ID (folder name) to restore from. Use create_backup with listOnly:true to see available backups. | |
| createPreRestoreBackup | No | Whether to create a backup of the current state before restoring (default: true) |