> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Drive create folder

> Create a folder in the user's Google Drive. Returns the folder id for use as a parentId.

`drive_create_folder`

Create a folder in the user's Google Drive. Returns the folder id for use as a `parentId`.

## Parameters

<ParamField path="name" type="string" required>
  Folder name.
</ParamField>

<ParamField path="parentId" type="string">
  Optional parent folder id. Defaults to My Drive root.
</ParamField>
