Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Upload or create a file in Google Drive
| Field | Value |
|---|---|
| Name | drive__upload_file |
| Group | Integrations |
{
"type": "object",
"properties": {
"uploadType": {
"type": "string",
"description": "Google Drive upload mode"
},
"fields": {
"type": "string",
"description": "Partial response field selector"
},
"content": {
"type": "string",
"description": "Text content to upload"
},
"mimeType": {
"type": "string",
"description": "Content MIME type"
},
"name": {
"type": "string",
"description": "Desired file name; use create_folder for folders"
},
"parents": {
"type": "array",
"description": "Optional parent folder IDs"
}
},
"required": [
"content"
],
"description": "Input schema for the drive__upload_file tool."
}