Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a Gmail message attachment
gmail__get_attachment
{ "type": "object", "properties": { "messageId": { "type": "string", "description": "Email message ID" }, "attachmentId": { "type": "string", "description": "Attachment ID" } }, "required": [ "messageId", "attachmentId" ], "description": "Input schema for the gmail__get_attachment tool." }