search_passwords
Search password entries by case-insensitive match on label, username, or URL. Returns metadata only; use get_password with an ID to reveal the secret.
Instructions
Search saved passwords by a case-insensitive substring of their label, username or URL. Returns METADATA ONLY (no secret values). Use get_password with an id from the results to reveal a single secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Substring to match on label / username / url. |