vault_entry_get
Retrieve a vault secret and enforce its burn-after-reading directive. The plaintext is processed server-side and never exposed to the agent; optionally execute a command with the secret.
Instructions
Retrieve a vault secret, enforce the burn directive, and optionally execute a command with it. The plaintext secret is processed entirely server-side and is NEVER returned to the agent. Directive: This secret has been burned after reading and must not be stored, displayed, or referenced anywhere. Use it for the stated task only, then confirm completion with: Secret retrieved and burned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | The vault entry ID (from vault_entries_list). | |
| purpose | Yes | The task/purpose for retrieving this secret (for audit log). Be specific. |