Gmail connector exposes attachment metadata but cannot download attachment content
Resolved 💬 1 comment Opened Jul 11, 2026 by ppplll123 Closed Jul 14, 2026
The Gmail connector in Claude.ai returns attachment metadata (filename, MIME type, attachment ID) via get_message, but provides no tool to fetch the raw attachment bytes. As a result Claude cannot read a .docx, .pdf, or similar file that a user receives by email. The only workaround is manually saving the attachment to Google Drive, since the Drive connector does have download_file_content. Requesting a get_message_attachment / download-attachment tool on the Gmail connector so emailed documents can be read directly.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗