item_get
Get a 1Password item's complete details—title, category, tags, notes, and fields—by secret reference or IDs. Concealed values stay hidden unless reveal is enabled; prefer op_run for using secrets.
Instructions
Retrieve a full 1Password item — title, category, tags, notes, and all fields (id, title, type, section). Concealed field values are hidden unless reveal is true. Accepts a secret reference (op://vault/item/field) or vault ID + item ID. Revealing a secret puts it in the model context/transcript — to USE a secret in a command or API call, prefer op_run with op:// references instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | No | Item ID to retrieve (required if secretReference is not provided). | |
| reveal | No | If true, include concealed field values in plaintext — this puts the secret in the model context/transcript. Defaults to false; prefer op_run to use a secret without revealing it. | |
| vaultId | No | Vault ID containing the item (required if secretReference is not provided). | |
| secretReference | No | Secret reference in op://vault/item/field format. If provided, vaultId and itemId are ignored. |