Google Drive
GOOGLEDRIVE_EMPTY_TRASH
Tool to permanently delete all of the user's trashed files. use when you want to empty the trash in google drive.
Remote googledrive
Other tools also called GOOGLEDRIVE_EMPTY_TRASH?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"driveId": {
"type": "string",
"title": "Drive Id",
"default": null,
"examples": [
"0ABmN4q4aF7dPUk9PVA"
],
"nullable": true,
"description": "If set, empties the trash of the provided shared drive. This parameter is ignored if the item is not in a shared drive."
},
"enforceSingleParent": {
"type": "boolean",
"title": "Enforce Single Parent",
"default": null,
"nullable": true,
"description": "Deprecated: If an item is not in a shared drive and its last parent is deleted but the item itself is not, the item will be placed under its owner's root. This parameter is ignored if the item is not in a shared drive."
}
}
}