drive_create_folder
Create a new folder in Google Drive by providing a name and optionally a parent folder ID, then receive the folder's ID, name, and web link for immediate use.
Instructions
Create a new folder in Google Drive.
Returns: str: JSON with the created folder's id, name, and webViewLink.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |