restore_batch_backup
Restore multiple notes from a batch backup to undo previous bulk operations in your Obsidian vault.
Instructions
Restore notes from a batch backup (undo batch operation)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
backup_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"backup_id": {
"title": "Backup Id",
"type": "string"
}
},
"required": [
"backup_id"
],
"type": "object"
}