GOOGLESUPER_CREATE_DRIVE

Tool to create a new shared drive. Use when you need to programmatically create a new shared drive for collaboration or storage.

SERVERGoogle Super SOURCEgooglesuper
Medium RISK CLASS
Category Write
Parameters 60 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/googlesuper/googlesuper-create-drive.md

What GOOGLESUPER_CREATE_DRIVE does on Google Super

AI agents use GOOGLESUPER_CREATE_DRIVE to create or update resources in Google Super, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your Google Super environment.

ParameterTypeRequiredDescription
name string The name of this shared drive.
hidden boolean Whether the shared drive is hidden from default view.
themeId string The ID of the theme from which the background image and color will be set. The set of possible driveThemes can be retrieved from a drive.about.get response. Whe
colorRgb string The color of this shared drive as an RGB hex string. It can only be set on a drive.drives.update request that does not set themeId.
requestId string An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and w
backgroundImageFile object An image file and cropping parameters from which a background image for this shared drive is set. This is a write only field; it can only be set on drive.drives

Parameters from the server's own tool schema.

Why GOOGLESUPER_CREATE_DRIVE is rated Medium

Creating a new shared drive modifies the organizational structure and creates new data storage, but this is reversible (the drive can be deleted). This is not a Read operation (it has side effects), not Execute (it doesn't run arbitrary code or depend heavily on dynamic arguments), not Destructive (creation is reversible), not Financial.

From the tool's definition Tool description states it "create[s] a new shared drive" which is a reversible creation operation. The word "create" and the ability to programmatically provision new shared storage infrastructure indicates a Write action.

Risk signalsHigh parameter count (10 properties)

Questions about GOOGLESUPER_CREATE_DRIVE

What does the GOOGLESUPER_CREATE_DRIVE tool do? +

Tool to create a new shared drive. Use when you need to programmatically create a new shared drive for collaboration or storage. It is categorised as a Write tool in the Google Super MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does GOOGLESUPER_CREATE_DRIVE accept? +

GOOGLESUPER_CREATE_DRIVE accepts 6 parameters: name, hidden, themeId, colorRgb, requestId, backgroundImageFile. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on GOOGLESUPER_CREATE_DRIVE? +

Register the Google Super MCP server in PolicyLayer and add a rule for GOOGLESUPER_CREATE_DRIVE: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Google Super. Nothing to install.

What risk level is GOOGLESUPER_CREATE_DRIVE? +

GOOGLESUPER_CREATE_DRIVE is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit GOOGLESUPER_CREATE_DRIVE? +

Yes. Add a rate_limit block to the GOOGLESUPER_CREATE_DRIVE rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block GOOGLESUPER_CREATE_DRIVE completely? +

Set action: deny in the PolicyLayer policy for GOOGLESUPER_CREATE_DRIVE. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides GOOGLESUPER_CREATE_DRIVE? +

GOOGLESUPER_CREATE_DRIVE is provided by the Google Super MCP server (googlesuper). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Google Super, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Google Super's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.