Reveal a Stillvault secret value (exposes it to the model)
stillvault_revealReveals a secret's plaintext value after a named human approves the release, for cases when the secret must be displayed or written to a file.
Instructions
Returns a secret's plaintext VALUE into this conversation after a named human approves the release. WARNING: this puts the secret in the model's context and therefore in your LLM provider's logs — it is the opposite of how Stillvault is meant to be used. Prefer stillvault_run, which uses the secret without revealing it. Use this only when the value itself must be read (e.g. to display it to the human who asked, or to write it into a file you are editing). The call blocks until a human approves on their device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The secret path, e.g. "db/prod/password" (with or without the "stillvault://" prefix). |