manage_storage
Ensure data integrity: track storage changes, generate diffs, resolve conflicts, and rollback versions with audit trail.
Instructions
Manage storage operations including versioning, change tracking, conflicts, and integrations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Storage management action to perform | |
| author | No | Filter by author | |
| fileId | No | File ID for file-specific operations | |
| toDate | No | End date for audit trail (ISO format) | |
| fromDate | No | Start date for audit trail (ISO format) | |
| toVersion | No | Target version for diff/rollback operations | |
| changeType | No | Filter by change type | |
| conflictId | No | Conflict ID for resolution | |
| diffFormat | No | Format for diff output | |
| resolvedBy | No | Person resolving the conflict | |
| fromVersion | No | Starting version for diff/rollback operations | |
| createBackup | No | Whether to create backup during operations | |
| historyLimit | No | Number of history entries to return | |
| historyOffset | No | Offset for history pagination | |
| mergedContent | No | Manually merged content for conflict resolution | |
| targetVersion | No | Target version for rollback | |
| rollbackReason | No | Reason for rollback | |
| preserveChanges | No | Whether to preserve changes during rollback | |
| resolutionStrategy | No | Strategy for resolving conflicts |