GOOGLE DRIVE TOOLS

21 tools from the Google Drive MCP Server, categorised by risk level.

View the Google Drive policy →

READ TOOLS

4

WRITE TOOLS

12
GOOGLEDRIVE_ADD_FILE_SHARING_PREFERENCE Modifies sharing permissions for an existing google drive file, granting a specified role to a user, group, domain, or 'anyone'. 2/5 GOOGLEDRIVE_COPY_FILE Duplicates an existing file in google drive, identified by its `file id`. 2/5 GOOGLEDRIVE_CREATE_COMMENT Tool to create a comment on a file. use when you need to add a new comment to a specific file in google drive. 2/5 GOOGLEDRIVE_CREATE_DRIVE Tool to create a new shared drive. use when you need to programmatically create a new shared drive for collaboration or storage. 2/5 GOOGLEDRIVE_CREATE_FILE Creates a new file or folder with metadata. use to create empty files or folders, or files with content by providing it in the request body (though... 2/5 GOOGLEDRIVE_CREATE_FILE_FROM_TEXT Creates a new file in google drive from provided text content (up to 10mb), supporting various formats including automatic conversion to google wor... 2/5 GOOGLEDRIVE_CREATE_FOLDER Creates a new folder in google drive, optionally within a parent folder specified by its id or name; if a parent name is provided but not found, th... 2/5 GOOGLEDRIVE_CREATE_REPLY Tool to create a reply to a comment in google drive. use when you need to respond to an existing comment on a file. 2/5 GOOGLEDRIVE_CREATE_SHORTCUT_TO_FILE Tool to create a shortcut to a file or folder in google drive. use when you need to link to an existing drive item from another location without du... 2/5 GOOGLEDRIVE_EDIT_FILE Updates an existing google drive file by overwriting its entire content with new text (max 10mb). 3/5 GOOGLEDRIVE_FILES_MODIFY_LABELS Modifies the set of labels applied to a file. returns a list of the labels that were added or modified. use when you need to programmatically chang... 2/5 GOOGLEDRIVE_GENERATE_IDS Generates a set of file ids which can be provided in create or copy requests. use when you need to pre-allocate ids for new files or copies. 2/5

DESTRUCTIVE TOOLS

5
How many tools does the Google Drive MCP server have? +

The Google Drive MCP server exposes 21 tools across 3 categories: Read, Write, Destructive.

How do I enforce policies on Google Drive tools? +

Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Google Drive server.

What risk categories do Google Drive tools fall into? +

Google Drive tools are categorised as Read (4), Write (12), Destructive (5). Each category has a recommended default policy.

Enforce policies on Google Drive

Open source. One binary. Zero dependencies.

npx -y @policylayer/intercept
github.com/policylayer/intercept →
// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.