list_attachments
List attachment metadata for an email to discover indices and sizes before downloading. Returns details like name, size, and content type.
Instructions
List attachment metadata for a specific email. Use this before download_attachment to discover attachment indices and sizes. Returns an array of attachment objects with index, name, size (bytes), and contentType. Returns an error if the email ID does not exist. Returns an empty array if the email has no attachments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | The email ID to list attachments for (e.g., from list_emails or search_emails) |