Create a Drive folder
create_drive_folderCreate a folder in Google Drive, optionally nested under a parent folder, to organize saved files. Returns the folder ID and link for use in moving files or creating subfolders.
Instructions
Create a folder in the user’s Google Drive (optionally nested under parentId) to organize saved files. Returns the folder id + webViewLink. Use that ID as update_drive_file’s moveToFolderId or as parentId for a nested folder. NOTE: save_to_drive’s folder is a NAME, not this id — it find-or-creates a folder by that name, so pass the folder NAME there (or omit and just save, then move with update_drive_file).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | folder name | |
| parentId | No | parent folder id for a nested folder (default: Drive root) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| webViewLink | No |