Skip to main content
Create a new folder in Google Drive

Tool details

FieldValue
Namedrive__create_folder
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Folder name"
    },
    "mimeType": {
      "type": "string",
      "description": "Google Drive MIME type for folders"
    },
    "parents": {
      "type": "array",
      "description": "Optional parent folder IDs"
    }
  },
  "required": [
    "name"
  ],
  "description": "Input schema for the drive__create_folder tool."
}

Output schema

This tool does not publish an output schema.