get
Retrieve a password or custom field from a Bitwarden vault item using its ID or name. Find the exact ID with the list tool, then access the field securely.
Instructions
Get a specific field for an item (defaults to password). It is highly recommended to use the 'list' tool first to find the exact item ID. The response includes a top-level 'metadata' object with a 'secret: true' flag, which a gateway can intercept for sanitization or to provide secure handle-based access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID or name for the object. Use 'list' to find the exact ID. | |
| field | No | Name of a specific field to retrieve (e.g., a custom field's name). Defaults to the item's password. |