MCP Google Workspace Server

MIT License
  • Linux
  • Apple

drive_create_folder

Create and organize folders in Google Drive by specifying a name and parent folder ID, streamlining file management for AI agents.

Instructions

Create a new folder in Google Drive

Input Schema

NameRequiredDescriptionDefault
nameYesName of the folder
parent_idNoID of parent folder

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the folder", "type": "string" }, "parent_id": { "description": "ID of parent folder", "type": "string" } }, "required": [ "name" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Google Workspace Server

Related Tools

ID: 5gwgbgoe4i