Get Attachment Metadata
mailbox_get_attachmentRetrieve a time-limited download URL for a specific email attachment using its message and attachment IDs. Fetch promptly to access the file; request a new URL if the link expires.
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 | |||