list_items
Retrieve Proton Pass vault and share items in paginated JSON, filtered by type or state, to manage credentials without exposing secrets.
Instructions
List items for a vault or share with MCP pagination support for JSON output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous response's nextCursor | |
| output | No | Legacy format hint; output always contains JSON item references without secrets | json |
| sortBy | No | Sort items. Allowed values: alphabetic-asc, alphabetic-desc, created-asc, created-desc. | |
| shareId | No | Share ID scope. Provide exactly one of shareId or vaultName. | |
| pageSize | No | Number of items per page (1-250, default 100) | |
| vaultName | No | Vault name scope. Provide exactly one of vaultName or shareId. | |
| filterType | No | Filter items by type. Allowed values: note, login, alias, credit-card, identity, ssh-key, wifi, custom. | |
| filterState | No | Filter items by state. Allowed values: active, trashed. Use "active" to exclude trashed items. |