update_drive_file
ActiveTool of Hermoso
Update a Drive file: rename (name), move it into a folder (moveToFolderId, optionally removeFromFolderId to move OUT of the old one), or trash / untrash it (trash:true|false). Pass fileId (from list_drive_files). To delete permanently, use delete_drive_file.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"fileId"
],
"properties": {
"name": {
"type": "string",
"description": "new name"
},
"trash": {
"type": "boolean",
"description": "true → move to Trash; false → restore from Trash"
},
"fileId": {
"type": "string",
"description": "the Drive file id"
},
"moveToFolderId": {
"type": "string",
"description": "folder id to move the file into (from create_drive_folder / list_drive_files)"
},
"removeFromFolderId": {
"type": "string",
"description": "the old parent folder id to remove (when moving)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Hermoso
https://github.com/hermoso-ai/hermoso
1/7 registries