download_item_attachment
Download an attachment from a Proton Pass item to a local file path, with confirmation required before overwriting. Specify item, attachment, share, and output path to retrieve the file.
Instructions
Download an item attachment to a local path, potentially overwriting it. Requires write permission and confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item ID containing the attachment | |
| confirm | No | Must be true to execute the write operation | |
| shareId | Yes | Share ID containing the item | |
| outputPath | Yes | Output path for downloaded attachment | |
| attachmentId | Yes | Attachment ID to download |