list_thread_attachments
Retrieve metadata such as filename, MIME type, and size for all attachments in a Gmail thread, with no byte content. Fetch individual attachments using get_attachment.
Instructions
List metadata for all attachments in a thread — filename, mime_type, size_bytes, message_id, attachment_id. No bytes (cheap). Use get_attachment to fetch one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | A connected account ref (see list_accounts). | |
| thread_id | Yes |