Read Gmail Attachment (read-only)
read_gmail_attachmentRetrieve a specific Gmail attachment by message and attachment ID. Returns text content for CSV/vCard/text files, or filename, MIME, and size for binary types.
Instructions
Download one Gmail attachment by message_id + attachment_id (from read_gmail_message.attachments). Returns utf-8 text for text/csv/vcf/vcard; binary types return filename/mime/size + a note (no base64 dump). Optional account. Read-only. Share tokens cannot call. ($0.10; API key required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| account | No | ||
| message_id | Yes | ||
| attachment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attachment | Yes | ||
| message_id | Yes |