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.
Download the content of a binary or text file stored in Google Drive (not Google Docs/Sheets/Slides; use export_file for those)
drive__download_file
{ "type": "object", "properties": { "fileId": { "type": "string", "description": "Google Drive file ID to download" }, "alt": { "type": "string", "description": "Response mode; media returns file content" } }, "required": [ "fileId" ], "description": "Input schema for the drive__download_file tool." }