What Can It Do?
- Search files and folders by name, keyword, or date
- Create, copy, move, and delete files and folders
- Generate new documents and folder structures on demand
- Upload and download files between Gumloop storage and Google Drive
- Share files with specific permissions and get sharing links
Where to Use It
In Agents (Recommended)
Add Google Drive as a tool to any agent. The agent can then manage your files conversationally, choosing the right actions based on context. To add an MCP tool to your agent:- Open your agent’s configuration
- Click Add tools → Connect an app with MCP
- Search for the integration and select it
- Authenticate with your account
In Workflows (Via Agent Node)
For automated pipelines, use an Agent Node with Google Drive tools. This gives you the flexibility of an agent within a deterministic workflow.As a Custom MCP Node
You can also create a standalone MCP node for a specific action. This generates a reusable node that performs one task, useful when you need the same operation repeatedly in workflows.- Go to your node library and search for the integration
- Click Create a node with AI
- Describe the specific action you want (e.g., “Search for files modified this week”)
- Test the node and save it for reuse
Custom MCP nodes are single-purpose by design. For tasks that require multiple steps or dynamic decision-making, use an agent instead.
Available Tools
List Contents excludes trashed files by default. Set
trashed to true to include trashed files alongside live ones, or only_trashed to true to return only trashed files (only_trashed takes precedence over trashed).Get File Content Reading
The Get File tool can return file metadata by default, and optionally read file content when theread parameter is set to true.
Supported file types (uploaded/binary files):
- Plain text files (
.txt,.csv,.json, etc.) - PDFs (
.pdf) - Microsoft Office documents (
.docx,.xlsx,.pptx) - Other common formats that store content as binary data
- Google Docs
- Google Sheets
- Google Slides
Get File cannot extract their content. To read or modify the content of these files, use their dedicated MCP integrations instead:
- Google Docs → Google Docs MCP
- Google Sheets → Google Sheets MCP
Example Prompts
Use these with your agent or in the Agent Node: Search files:Troubleshooting
Need Help?
- Agents documentation for setup and best practices
- Agent Node guide for workflow integration
- Need help? Reach out to us
- Contact support@gumloop.com for assistance
Use this integration directly in Claude or Cursor. Connect remotely via the Google Drive MCP server using credentials from your Connectors page.
