Skip to main content
Search and read files from Google Drive, including Docs, Sheets, and uploaded files. The provider exposes one tool: query_gdrive.
GoogleDriveContextProvider is read-only. There is no update_gdrive tool.

Authentication

OAuth or service account. For service accounts, share folders with the service account email.
Token cached to gdrive_token.json.

Configuration

Tools Exposed

Shared Drive Support

By default, corpora="allDrives" searches everything the user can access. Narrow the scope:

Example queries

Resources

GoogleDriveTools Reference

All methods and OAuth setup

Cookbook Example

Working example