List mail attachments
mail_list_attachmentsList a message's attachments to discover filenames, content types, and sizes. Use this before reading an attachment to get valid part indices.
Instructions
List a message's attachments (part index, filename, content type, size).
Call this before mail_read_attachment to learn valid part_index values; it does not return attachment content itself.
Args: message_id: A Message-ID as seen in mail_search/mail_read_thread output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |