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.
Export a Google Docs/Sheets/Slides file to another format such as text/plain, text/csv, or application/pdf
drive__export_file
{ "type": "object", "properties": { "fileId": { "type": "string", "description": "Google Drive file ID of the Google Workspace document to export" }, "mimeType": { "type": "string", "description": "Export MIME type, e.g. text/plain, text/csv, application/pdf" } }, "required": [ "fileId", "mimeType" ], "description": "Input schema for the drive__export_file tool." }