op_check_ref
Validate an op:// secret reference and get non-secret metadata to confirm it resolves, without exposing the field value. Use it to check references before running operations.
Instructions
Validate an op://vault/item/field secret reference and return only non-secret metadata (vault name, item title, field label, field type) confirming it resolves — the field VALUE is never returned. Use this to check a reference is correct before using it with op_run; do not use password_read/item_get with reveal just to check a reference exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secretReference | Yes | Secret reference to validate, in op://vault/item/field format. |