get_password
Retrieve a single password entry by its ID, revealing the plaintext secret, notes, and custom fields. Use only for specific IDs requested by the user, never for bulk export.
Instructions
Reveal a SINGLE password entry by its id, including the plaintext secret, notes and any custom fields. This exposes sensitive credentials — only call it for a specific id the user has asked to see, never to bulk-export. Get ids from list_passwords or search_passwords.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The password id to reveal. |