Skip to main content
Connect Google Drive to let agents list, read, create, and search files in your Drive storage.

Setup

  1. ToolsGoogle DriveConnect
  2. Authenticate with Google
  3. Grant Drive access (recommend scoping to specific folders if possible)

Available actions

ActionDescription
GOOGLEDRIVE_LIST_FILES_IN_A_FOLDERList contents of a specific folder
GOOGLEDRIVE_RETURNS_THE_CONTENT_OF_A_FILERead file contents (text, Google Docs, Sheets)
GOOGLEDRIVE_FIND_FILESearch for files by name or content
GOOGLEDRIVE_CREATE_A_GOOGLE_DOCS_FILECreate a new Google Doc with content
GOOGLEDRIVE_UPLOAD_FILEUpload a file to Drive
GOOGLEDRIVE_MOVE_FILEMove file to a different folder
GOOGLEDRIVE_SHARE_FILE_WITH_USERShare a file with specific permissions

Example use cases

Document summarizer: Given a folder path, retrieves all documents created this week and produces a weekly report summary. Report generator: Agent generates analysis, creates a Google Doc with the results, and shares it with the relevant team members. File organizer: Scans a specified folder, categorizes files by topic, and moves them into appropriate subfolders.