View Secret
view_secretRetrieve and decrypt secrets from Vaulted secure links with view limits and self-destruct protection. Choose output methods including browser display, clipboard copy, file save, or direct return.
Instructions
Retrieve and decrypt a secret from a Vaulted secure link. The secret may have view limits and will be destroyed after the maximum views are reached. By default opens in the browser for security — use output_mode to copy to clipboard, save to file, or return directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Full Vaulted URL (e.g., https://vaulted.fyi/s/abc123#key). Preferred over separate ID + key. | |
| secret_id | No | Secret ID (alternative to URL). Must be paired with encryption_key. | |
| encryption_key | No | Encryption key (alternative to URL). Must be paired with secret_id. | |
| output_mode | No | How to deliver the secret. browser (default): opens the link in your browser — decryption happens in the web app. direct: returns decrypted content in the tool response. clipboard: copies decrypted content to the system clipboard (content omitted from response). file: writes decrypted content to file_path (content omitted from response). | |
| passphrase | No | Passphrase to decrypt a passphrase-protected secret | |
| file_path | No | File path for file output mode (required when output_mode is "file"). |