mail_list_attachments
Retrieve attachment metadata (name, content type, size in bytes) for an email without downloading file contents, safely handling messages with large attachments.
Instructions
List the file attachments on one email — name, content type and size in bytes. Returns metadata only and never file contents, so it is safe to call on messages with very large attachments. Inline images such as signature logos are excluded. Requires Mail.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | The message id to list attachments for |