password_read
Read a password field or secret reference from 1Password vaults, returning redacted metadata by default to protect sensitive content.
Instructions
Read one password field or secret reference. Returns redacted metadata by default. Plaintext reveal is disabled in this server; reveal=true will fail. If the secret only needs to be consumed by a command or local script, do not request reveal. op_script_run is not available because the script runner is also disabled here; restart the server with --enable-script-runner=true plus startup --script-runner-allowlist or --script-runner-allowlist-manifest entries to allow no-plaintext secret consumption by scripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | No | ||
| itemId | No | ||
| reason | No | ||
| reveal | No | ||
| vaultId | No | ||
| secretReference | No | ||
| acknowledgePlaintext | No |