password_read
Retrieve a secret from 1Password using a secret reference or vault and item IDs. Supports field selection and optional value reveal.
Instructions
Retrieve a secret from 1Password using either a secret reference (op://vault/item/field) or vault ID + item ID. Supports field selection and optional value reveal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secretReference | No | Secret reference in op://vault/item/field format. If provided, vaultId and itemId are ignored. | |
| vaultId | No | Vault ID for item lookup (required if secretReference is not provided). | |
| itemId | No | Item ID for item lookup (required if secretReference is not provided). | |
| field | No | Field id or title to read. Defaults to 'password'. | |
| reveal | No | If false, return metadata only without the secret value. Defaults to true. |