mail_list_attachments
List attachment metadata for a given email message, including name, content type, and size in bytes. Returns metadata only, never file contents, making it safe for 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 |