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.
Rename a file, update its description, or move it to a different folder in Google Drive
drive__update_file
{ "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." }