password_read
Retrieve a redacted password or secret reference from 1Password. Plaintext is not revealed; returns metadata only.
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-root and --script-runner-allowlist or --script-runner-allowlist-manifest entries to allow no-plaintext secret consumption by scripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secretReference | No | ||
| vaultId | No | ||
| itemId | No | ||
| field | No | ||
| reveal | No | ||
| reason | No | ||
| acknowledgePlaintext | No |