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.
Permanently delete a file or folder from Google Drive
drive__delete_file
{ "type": "object", "properties": { "fileId": { "type": "string", "description": "Google Drive file ID to delete" } }, "required": [ "fileId" ], "description": "Input schema for the drive__delete_file tool." }