Skip to content
Talk to an Engineer Dashboard

Google Drive

Connect to Google Drive. Manage files, folders, and sharing permissions

Connect to Google Drive. Manage files, folders, and sharing permissions

Google Drive logo

Supports authentication: OAuth 2.0

Retrieve metadata for a specific file in Google Drive by its file ID. Returns name, MIME type, size, creation time, and more.

NameTypeRequiredDescription
fieldsstringNoFields to include in the response
file_idstringYesThe ID of the file to retrieve metadata for
schema_versionstringNoOptional schema version to use for tool execution
supports_all_drivesbooleanNoSupport shared drives
tool_versionstringNoOptional tool version to use for execution

Search inside the content of files stored in Google Drive using full-text search. Finds files where the body text matches the search term.

NameTypeRequiredDescription
fieldsstringNoFields to include in the response
mime_typestringNoFilter results by MIME type
page_sizeintegerNoNumber of files to return per page
page_tokenstringNoToken for the next page of results
schema_versionstringNoOptional schema version to use for tool execution
search_termstringYesText to search for inside file contents
supports_all_drivesbooleanNoInclude shared drives in results
tool_versionstringNoOptional tool version to use for execution

Search for files and folders in Google Drive using query filters like name, type, owner, and parent folder.

NameTypeRequiredDescription
fieldsstringNoFields to include in the response
order_bystringNoSort order for results
page_sizeintegerNoNumber of files to return per page
page_tokenstringNoToken for the next page of results
querystringNoDrive search query string
schema_versionstringNoOptional schema version to use for tool execution
supports_all_drivesbooleanNoInclude shared drives in results
tool_versionstringNoOptional tool version to use for execution