Get Item
keychain_get_itemRetrieve a complete vault item by its stable ID, with secret fields and attachment URLs redacted by default. Use reveal=true only when authorized to expose secrets.
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. When attachments are present, use keychain_get_attachment with this item id plus the listed attachment id or filename to download file bytes. If an expected recently-added attachment is missing, run keychain_sync and call keychain_get_item again before retrying.
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. |