# Google Drive: Folders & Shared Drives MCP for AI Agents AI Agent Connect

> Google Drive: Folders & Shared Drives lets you manage your entire cloud storage hierarchy using natural language. Organize folders, coordinate Shared Drives, and create shortcuts through your AI agent to keep your workspace clean.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_g7CgWsQUd8Tyo45B2TPNn3yvQPq2IwEMc5NGvAKt/ai-agent-connect
- **Tags:** file-organization, folder-hierarchy, shared-drives, cloud-storage, data-governance

## Description

Google Drive: Folders & Shared Drives turns your AI agent into a workspace architect. Instead of clicking through endless nested menus to move files or fix permissions, you just tell your agent what needs to happen. You can build out entire folder structures, move heavy chunks of data between parents, and set up shortcuts so your team finds what they need instantly. It handles the heavy lifting of Shared Drive management, making it easy to see who has access to what across your whole company. Since Vinkius hosts this Connector, you can connect it to your favorite AI client and start cleaning up your storage in seconds. You get a way to audit permissions, check storage quotas, and reorganize your corporate data without the manual clicking. It's about getting your files where they belong and making sure the right people have access to them, all while you stay focused on your actual work.

## Tools

### create_shortcut
Create a shortcut to a file or folder. This lets you link important documents in multiple places.

### get_drive_about
Get your Drive storage and quota info. Use this to check how much space your organization has left.

### list_folder_contents
List files and subfolders within a specific folder. Use this to see what lives inside a directory.

### list_shared_drives
List accessible Shared Drives. This helps you see all the collaborative workspaces you can manage.

### get_folder_metadata
Get detailed metadata for a folder. This helps you see the specific properties of any directory.

### list_shortcuts
List all shortcuts within a folder. Use this to see how many links point to specific files.

### list_team_drives
List legacy Team Drives. Use this to find older collaborative workspaces in your account.

### move_file_to_folder
Move a file or folder to a different parent folder. Use this to reorganize your storage layout.

### remove_folder_permission
Remove a specific permission from a folder. This is the primary way to revoke user access.

### search_folders
Search for folders by name. Use this to find specific directories across your entire Drive.

### add_folder_permission
Grant a specific user or group access to a folder. Use this to manage team collaboration quickly.

### create_folder
Create a new folder in your Drive. This helps you build out new project structures instantly.

## Prompt Examples

**Prompt:** 
```
Can you move the 'Old_Campaigns' folder into the 'Archive' folder?
```

**Response:** 
```
Moving folder... I've successfully moved the folder **Old_Campaigns** into the **Archive** directory. It is now located at the new parent path.
```

**Prompt:** 
```
Who has access to the 'Marketing_Assets' folder?
```

**Response:** 
```
I'm checking the permissions for **Marketing_Assets** now.

**Current Permissions:**
- **Marketing Team:** Editor
- **Design_Leads:** Owner
- **External_Agency:** Viewer

Would you like me to add or remove anyone from this list?
```

**Prompt:** 
```
Create a shortcut to the 'Global_Price_List' in the 'Sales_Team_Quick_Access' folder.
```

**Response:** 
```
Creating shortcut... Success! I've created a shortcut named **Link to Price List** in the **Sales_Team_Quick_Access** folder. It points directly to the original **Global_Price_List** document.
```

## Capabilities

### Build folder hierarchies
Create nested folder structures and move existing folders to new parents instantly.

### Manage Shared Drive access
List and inspect Shared Drives to manage collaborative workspaces for your team.

### Create navigation shortcuts
Generate shortcuts to critical documents so they appear in multiple project folders.

### Audit folder permissions
Add or remove specific user and group permissions for any folder in your Drive.

### Monitor storage quotas
Get high level information on your Drive storage and remaining quota.

### Search for specific folders
Locate folders by name across your entire Drive storage quickly.

## Use Cases

### Auditing permissions for a department
An IT admin asks the agent to find all folders for the Marketing team and use remove_folder_permission to strip access from former employees.

### Moving legacy data to new drives
An ops manager tells the agent to find the '2023_Archives' folder and move_file_to_folder to a new high-level archive directory.

### Setting up a new project workspace
A project lead asks the agent to create_folder for a new client and then create_shortcut to the global brand assets folder.

### Checking storage limits during a migration
A workspace architect uses get_drive_about to see how much room is left before moving a large batch of assets into the Shared Drive.

## Benefits

- Stop clicking through nested menus by using move_file_to_folder to reorganize entire directory trees in seconds.
- Audit your security posture by using add_folder_permission and remove_folder_permission to manage team access.
- Improve team navigation by using create_shortcut to put critical documents in multiple project folders at once.
- Maintain a clean workspace by using search_folders and list_folder_contents to quickly find and organize data.
- Stay on top of your storage limits by using get_drive_about to monitor your organizational quota.
- Manage collaborative environments efficiently by using list_shared_drives to see all available team workspaces.

## How It Works

The bottom line is you get a natural language interface for complex Google Drive administration.

1. Subscribe to the Connector and provide your Google OAuth Client ID and Secret.
2. Complete the secure Google authorization flow to link your account.
3. Ask your AI client to organize folders, move files, or audit permissions.

## Frequently Asked Questions

**Can I use Google Drive: Folders & Shared Drives to organize my company's files?**
Yes. This Connector allows your agent to build out folder structures, move directories, and create shortcuts to help you organize your corporate storage more efficiently.

**How does Google Drive: Folders & Shared Drives help with permissions?**
It lets you manage who can see and edit your folders. Your agent can add or remove specific user and group permissions across your entire Drive.

**Can Google Drive: Folders & Shared Drives manage Shared Drives?**
Yes, it can list and inspect all accessible Shared Drives, making it much easier to manage collaborative workspaces for your team.

**Can I use Google Drive: Folders & Shared Drives to see my storage limit?**
Yes. You can ask your agent to check your current storage quota and high level usage info to see how much space you have left.

**Does Google Drive: Folders & Shared Drives move files?**
Yes, it can move both files and folders to different parent folders, which is perfect for reorganizing large amounts of data quickly.

**Can I use Google Drive: Folders & Shared Drives to search for folders?**
Yes. You can use natural language to find specific folders by name across your entire account without having to click through every directory.

**What is the difference between this and the regular Google Drive server?**
This version is specialized for folder management, hierarchical organization, and Shared Drives. It includes specific tools for moving files between folders, managing Shared Drive memberships, and creating shortcuts to maintain a clean workspace.

**Can I move an entire folder structure to a Shared Drive?**
Yes! You can use the `move_file_to_folder` tool (which also works for folders) to transfer a root folder into a Shared Drive ID. The AI agent will handle the parent reassignment via the API.

**How do I create a shortcut to a document in another folder?**
Use the `create_shortcut` tool. Provide the name for the shortcut, the ID of the target document, and the ID of the folder where you want the shortcut to appear.