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.
Rename a file, update its description, or move it to a different folder in Google Drive
| Field | Value |
|---|---|
| Name | drive__update_file |
| Group | Integrations |
{
"type": "object",
"properties": {
"fileId": {
"type": "string",
"description": "Google Drive file ID to update"
},
"addParents": {
"type": "string",
"description": "Comma-separated parent folder IDs to add (use with removeParents to move)"
},
"removeParents": {
"type": "string",
"description": "Comma-separated parent folder IDs to remove (use with addParents to move)"
},
"fields": {
"type": "string",
"description": "Partial response field selector"
},
"name": {
"type": "string",
"description": "New file name"
},
"description": {
"type": "string",
"description": "New file description"
}
},
"required": [
"fileId"
],
"description": "Input schema for the drive__update_file tool."
}