get_email_attachments
List attachments on a specific email to see filenames, types, sizes, and blob IDs before downloading. Avoid retrieving the full email body when you only need attachment metadata.
Instructions
List the attachments on a specific email without returning the full email body. Use this when you only need filenames, types, sizes, and blob IDs before calling download_attachment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailId | Yes | The email ID whose attachments should be listed |