view_item
Retrieve a specific Proton Pass item using its URI, ID, title, or vault, and optionally extract one field. Access the needed credential or data directly, without listing or exposing the full item.
Instructions
View a specific item by URI or selectors, optionally returning a specific field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Item URI (e.g. pass://<shareId>/<itemId>) | |
| field | No | Specific field to extract from the item | |
| itemId | No | Item ID to view | |
| output | No | Output format | json |
| shareId | No | Share ID containing the item | |
| itemTitle | No | Item title to view | |
| vaultName | No | Vault name containing the item | |
| agentReason | No | Purpose of this operation, required for agent sessions; never include secrets |