vault_sync
Synchronizes one or all vaults: runs git pull for GitHub vaults, rescans local files, then rebuilds search indices atomically.
Instructions
Synchronizes one or all vaults. For GitHub vaults, it runs git pull. For local vaults, it rescans files in-place. Then rebuilds the search indices atomically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault_name | No | Optional name of the vault to synchronize. If omitted, all vaults will be synchronized. | |
| response_format | No | Format of the response: 'text' (default) or 'json'. |