gmail_get_attachment
Download email attachments from Gmail messages to your local filesystem by providing message and attachment IDs.
Instructions
Download a Gmail attachment to local filesystem
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Filename to save as | |
| savePath | No | Directory to save to (default ~/Downloads) | |
| messageId | Yes | The message ID containing the attachment | |
| attachmentId | Yes | The attachment ID (from gmail_read result) |