create_drive_file_tool
Create new text files in Google Drive with specified content, name, and folder location using the Apps Script MCP server.
Instructions
Create a new file in Google Drive.
Args: user_google_email: The user's Google email address file_name: Name for the new file content: File content (text) folder_id: Parent folder ID (default: 'root') mime_type: MIME type of the file (default: 'text/plain')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| file_name | Yes | ||
| content | No | ||
| folder_id | No | root | |
| mime_type | No | text/plain |