Move, trash, restore, delete or like creations
organise_creationOrganize cloud drive creations with move, trash, restore, like, unlike, and permanent delete. Batch-trash and batch-restore support up to 100 creations per call.
Instructions
Organise creations on the cloud drive (needs the "manage" scope). "move" needs a folderId (or "root" to ungroup). "trash" is reversible; "restore" undoes it. "like"/"unlike" SET the like state — idempotent, a repeat is harmless, and any public creation can be liked too. "batch-trash"/"batch-restore" act on up to 100 ids in one call (reversible, like their single-creation forms). "delete" is PERMANENT, stays one creation per call by design, and only works on a creation already in trash — trash it first, and only delete when the user explicitly asked for permanent removal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | batch-trash / batch-restore only — up to 100 creation ids. | |
| action | Yes | What to do. | |
| folderId | No | move only — target folder id, or "root" to detach. | |
| creationId | No | The creation to act on (every action except batch-*). |