Get Item
keychain_get_itemRetrieve a vault item by its stable ID, with secrets redacted by default unless reveal=true is passed.
Instructions
Get the full vault item by stable item id. Secret fields and signed attachment URLs are redacted by default; pass reveal=true only when the caller is allowed to receive secrets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Stable Bitwarden object id returned by list/search/get/create tools. | |
| reveal | No | Whether secret values are returned; default false and can be forced false by NOREVEAL. |