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.
Upload or create a file in Google Drive
drive__upload_file
{ "type": "object", "properties": { "uploadType": { "type": "string", "description": "Google Drive upload mode" }, "fields": { "type": "string", "description": "Partial response field selector" }, "content": { "type": "string", "description": "Text content to upload" }, "mimeType": { "type": "string", "description": "Content MIME type" }, "name": { "type": "string", "description": "Desired file name; use create_folder for folders" }, "parents": { "type": "array", "description": "Optional parent folder IDs" } }, "required": [ "content" ], "description": "Input schema for the drive__upload_file tool." }