Tool | What It Does | Example Use |
---|---|---|
Search | Search for files in Google Drive | ”Search for files containing search keyword modified after date and return name, id, and webViewLink” |
Copy File | Create a copy of a specified file | ”Copy file titled source file name into folder destination folder name and return new file id and webViewLink” |
Create Folder Subfolder | Create folders and subfolders | ”Create a folder named project name with subfolders Design , Docs , and Assets and return their ids” |
Move File | Move a file from one folder to another | ”Move file titled file name into folder target folder name and return structured data” |
Create Plain Text File | Generate a new file from plain text | ”Create a plain text file named meeting notes file name inside folder parent folder name with body file content and return file id and webViewLink” |
Add File Sharing Preference | Add a sharing scope and get a sharing URL | ”Share file titled file name with anyone who has the link (view access) and return sharing URL” |
Update Name | Rename a file or folder | ”Rename file with id file id to new file name and return name and webViewLink” |
Get File | Retrieve metadata and, when supported, file content | ”Get metadata for file titled file name and return name, id, mimeType, and webContentLink” |
List Contents | List all files and folders, optionally within a given folder | ”List contents of folder named folder name recursively and return names and ids” |
Delete | Delete a file or folder | ”Delete file titled file name and confirm deletion” |
Create Your Google Drive MCP Node
Add Your Prompt
Test Your Node
Save and Reuse
company presentation
and return id and webViewLink”company presentation
, move it to Archive
, rename it to Old Presentation
, and then share it with view access”Q3 Reports
in the root and return folder id”Q3 Reports
and then write its id into my Google Sheet”Step 1: Find Invoices
invoice
and return file idsStep 2: Copy Files
2025 Invoices
and return new file idsStep 3: Rename Files
client name - invoice
Step 4: Share Files
budget spreadsheet
and return name, id, ownedByMe”budget spreadsheet
, analyze spending trends, and draft a summary”Empty Outputs
Incorrect Results
Errors
Iterate with Request Changes