Search Items
keychain_search_itemsSearch Bitwarden vault items by text and filters including organization, folder, collection, url, and item type. Control result count and include trash as needed.
Instructions
Search vault items by text and filters (org/folder/collection/url). This wraps bw list items --search, which does not reliably search custom field values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional URL filter for item lookup. | |
| text | No | Optional text filter for item names, usernames, URIs, and other indexed fields. Custom field values are not reliably searched. | |
| type | No | Optional item type filter: login, note, ssh_key, card, or identity. | |
| limit | No | Maximum returned rows (1-500). | |
| trash | No | Search items in trash when true. | |
| folderId | No | Personal folder id, not an organization collection id. | |
| collectionId | No | Bitwarden collection id, not a folder id. | |
| organizationId | No | Bitwarden organization id filter for org-scoped item search. |