Appearance
Google Drive
Browse, search, upload, and manage files in Google Drive
Connect with: OAuth · Type: google-drive · Tools: 7
| Tool | What it does | |
|---|---|---|
google_drive_create_folder | write | Create a new folder in Google Drive. |
google_drive_list_files | read | List files and folders inside a Google Drive folder (or the root if no folderId is provided). |
google_drive_move_file | write | Move or rename a file in Google Drive. |
google_drive_read_file | read | Read the content of a Google Drive file. |
google_drive_search_files | read | Search Google Drive using Drive query syntax. |
google_drive_trash_file | write | Move a file to the Drive trash (soft delete). |
google_drive_upload_file | write | Upload a small new file to Google Drive inline. |
Tool names are suffixed with the connection they run against when you have more than one — google_drive_create_folder@production. With a single connection the bare name works.