Upload, organize, and share files in the cloud. Manage folders, set permissions, and search across stored documents.
Drift inferred · capture-to-capture
- MEDIUM gained untrusted · 4 tools changed permissions
- LOW gained verified
tool count over time
tools
-
GOOGLEDRIVE_ADD_FILE_SHARING_PREFERENCE
Modifies sharing permissions for an existing google drive file, granting a specified role to a user, group, domain, or 'anyone'.
in ▸ role type domain file_id email_address
-
GOOGLEDRIVE_COPY_FILE
Duplicates an existing file in google drive, identified by its `file id`.
in ▸ file_id new_title
-
GOOGLEDRIVE_CREATE_COMMENT
Tool to create a comment on a file. use when you need to add a new comment to a specific file in google drive.
in ▸ anchor content file_id quoted_file_content_value quoted_file_content_mime_type
-
GOOGLEDRIVE_CREATE_DRIVE
Tool to create a new shared drive. use when you need to programmatically create a new shared drive for collaboration or storage.
in ▸ name hidden themeId colorRgb requestId backgroundImageFile
-
GOOGLEDRIVE_CREATE_FILE
Creates a new file or folder with metadata. use to create empty files or folders, or files with content by providing it in the request body (though this action primarily focuses on metadata creation).
in ▸ name fields parents starred mimeType description
-
GOOGLEDRIVE_CREATE_FILE_FROM_TEXT
Creates a new file in google drive from provided text content (up to 10mb), supporting various formats including automatic conversion to google workspace types.
in ▸ file_name mime_type parent_id text_content
-
GOOGLEDRIVE_CREATE_FOLDER
Creates a new folder in google drive, optionally within a parent folder specified by its id or name; if a parent name is provided but not found, the action will fail.
in ▸ parent_id folder_name
-
GOOGLEDRIVE_CREATE_REPLY
Tool to create a reply to a comment in google drive. use when you need to respond to an existing comment on a file.
in ▸ action fields content file_id comment_id
-
GOOGLEDRIVE_CREATE_SHORTCUT_TO_FILE
Tool to create a shortcut to a file or folder in google drive. use when you need to link to an existing drive item from another location without duplicating it.
in ▸ name target_id includeLabels target_mime_type supportsAllDrives keepRevisionForever ignoreDefaultVisibility includePermissionsForView
-
GOOGLEDRIVE_DELETE_COMMENT
Deletes a comment from a file. use when you need to remove a specific comment from a google drive file.
in ▸ file_id comment_id
-
GOOGLEDRIVE_DELETE_DRIVE
Tool to permanently delete a shared drive. use when you need to remove a shared drive and its contents (if specified).
in ▸ driveId allowItemDeletion useDomainAdminAccess
-
GOOGLEDRIVE_DELETE_PERMISSION
Deletes a permission from a file by permission id. use when you need to revoke access for a specific user or group from a file.
in ▸ file_id permission_id supportsAllDrives useDomainAdminAccess
-
GOOGLEDRIVE_DELETE_REPLY
Tool to delete a specific reply by reply id. use when you need to remove a reply from a comment on a file.
in ▸ file_id reply_id comment_id
-
GOOGLEDRIVE_DOWNLOAD_FILE
Downloads a file from google drive by its id. for google workspace documents (docs, sheets, slides), optionally exports to a specified `mime type`. for other file types, downloads in their native format regardless of mime type.
in ▸ file_id mime_type
-
GOOGLEDRIVE_EDIT_FILE
Updates an existing google drive file by overwriting its entire content with new text (max 10mb).
in ▸ content file_id mime_type
-
GOOGLEDRIVE_EMPTY_TRASH
Tool to permanently delete all of the user's trashed files. use when you want to empty the trash in google drive.
in ▸ driveId enforceSingleParent
-
GOOGLEDRIVE_FILES_MODIFY_LABELS
Modifies the set of labels applied to a file. returns a list of the labels that were added or modified. use when you need to programmatically change labels on a google drive file, such as adding, updating, or removing them.
in ▸ kind file_id label_modifications
-
GOOGLEDRIVE_FIND_FILE
Tool to list or search for files and folders in google drive. use when you need to find specific files based on query criteria or list contents of a drive/folder.
in ▸ q fields spaces corpora driveId orderBy pageSize pageToken supportsAllDrives includeItemsFromAllDrives
-
GOOGLEDRIVE_FIND_FOLDER
Tool to find a folder in google drive by its name and optionally a parent folder. use when you need to locate a specific folder to perform further actions like creating files in it or listing its contents.
in ▸ starred name_exact name_contains modified_after name_not_contains full_text_contains full_text_not_contains
-
GOOGLEDRIVE_GENERATE_IDS
Generates a set of file ids which can be provided in create or copy requests. use when you need to pre-allocate ids for new files or copies.
in ▸ type count space
This server hasn't been statically analyzed yet (npm/PyPI artifacts only).