Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Create a new folder in Google Drive
drive__create_folder
{ "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." }