move_item
Transfer an item from one Proton Pass vault to another by providing source and destination vault names or share IDs. Confirmation flag executes the write operation to reorganize stored items.
Instructions
Move an item from one vault to another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | No | Item ID to move | |
| confirm | No | Must be true to execute the write operation | |
| itemTitle | No | Item title to move | |
| toShareId | No | Destination share ID | |
| agentReason | No | Purpose of this operation, required for agent sessions; never include secrets | |
| fromShareId | No | Source share ID | |
| toVaultName | No | Destination vault name | |
| fromVaultName | No | Source vault name |