Connect
- In Connections → MCP Servers, choose Google Drive.
- Choose who can use the connection. Organization-wide access is selected by default; if you keep it selected, acknowledge that all members and Agent Apps will act through the Google identity that signs in.
- Review the Workspace data-use disclosure, acknowledge it, then continue to Google and approve the requested access.
- After Google sign-in, use Add Drive items to choose individual files or folders. An individual file is available to the agent. A selected folder is available as a destination for new items, but it does not grant read access to the files already inside it; every existing file the agent should read has to be selected individually in Picker.
drive.file scope. Rippit
and Google both limit access to items selected through Picker and items Rippit
creates. Rippit also applies its own positive allowlist before every tool call.
Removing an item from the connection removes it from that Rippit allowlist.
Files and folders Rippit creates are added to the allowlist automatically. This
lets an agent continue working with a created item later without granting access
to unrelated Drive content.
What the agent gets
- Search and recent-file listing.
- Metadata, permissions, and comments.
- Structured text from Google Docs, Sheets, and Slides.
- Text from UTF-8 text, CSV, JSON, XML, HTML, and PDF files.
- Raw downloads, including files whose formatted content Rippit cannot render.
- File creation, copying, and sharing when an admin enables the corresponding write tools.
- Google Sheets updates for values and formulas by A1 range, including appended rows.
- Atomic Google Docs updates for inserting, appending, replacing, formatting, and deleting content.
download_file_content when raw bytes are appropriate.
Rippit will not read trashed files, files Google marks as non-downloadable, or
client-side encrypted files it cannot parse. It does not bypass Google’s malware
or abuse warnings. Individual downloads and parser inputs are limited to 10 MiB;
rendered text is limited to 200,000 characters and reports when it was
truncated.
Tools
The connection exposes a fixed twelve-tool contract. The six read tools are enabled initially; write tools remain off until an admin enables them in Manage tools.Data handling
Rippit uses your Google Workspace content only to answer the chat, run the Skill, or run the Action you asked for, and may send that content to the model provider behind that feature. Rippit never uses Workspace content to train or improve AI or ML models. Treat everything in Drive as untrusted text. If a file or a comment contains instructions, the agent will not follow them. They cannot trigger tool calls or override what you or Rippit told the agent to do.What Rippit stores
Rippit does not store raw file content pulled from Drive. Content is kept only for as long as the request that reads it, and Rippit does not cache Drive files. What is retained after a request finishes:- The connection settings, including the IDs of the files and folders selected in Picker and the IDs of items Rippit created.
- File metadata such as IDs, titles, size, and timestamps.
- The text input by the user and the response from Agentic Chat, which can include snippets from referenced documents.