get_attachments
Retrieve a list of all attachments for a specific message by providing its message ID. Returns file names, sizes, and IDs for downloading.
Instructions
List all attachments for a specific message.
Args: message_id: The ID of the message to get attachments for (from get_messages results).
Returns: Dictionary with attachment list including file names, sizes, and IDs for downloading.
Examples: - get_attachments(249184) -> List attachments for message 249184
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes |