Get Attachment Metadata
mailbox_get_attachmentRetrieve metadata and a short-lived download URL for a specific email attachment. Use after finding an attachment in a message to obtain a fresh URL to download it.
Instructions
Use this after finding a message attachment. It returns metadata plus a fresh short-lived download_url for that exact attachment; fetch the URL promptly, and call this tool again if it expires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox_id | No | Mailbox public ID when the credential can access more than one mailbox. | |
| message_id | Yes | Message ID containing the attachment. | |
| attachment_id | Yes | Attachment ID from message metadata. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||