google_drive_create_file
Create and save new files directly in Google Drive by specifying the file name, content, MIME type, and folder location. Integrates with Google MCP for efficient file management.
Instructions
Create a new file in Google Drive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Content of the file | |
folderId | No | ID of the folder to create the file in | |
mimeType | No | MIME type of the file (e.g., 'text/plain', 'application/vnd.google-apps.document') | |
name | Yes | Name of the file to create |