Metis — Verify Backup
verify_backupRuns SQLite integrity check on a backup file. Returns JSON with status and table count.
Instructions
Run SQLite integrity_check on a backup file.
Args:
backup_path: Full path to an unencrypted .sqlite backup.
Returns JSON with status ('ok' or errors) and table count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backup_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |