Skip to main content
Glama

Move, trash, restore, delete or like creations

organise_creation
Destructive

Organize 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

TableJSON Schema
NameRequiredDescriptionDefault
idsNobatch-trash / batch-restore only — up to 100 creation ids.
actionYesWhat to do.
folderIdNomove only — target folder id, or "root" to detach.
creationIdNoThe creation to act on (every action except batch-*).
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the annotations (mutating, destructive), the description adds critical nuance: trash is reversible, restore undoes trash, delete is permanent and requires prior trashing, batch operations are reversible, and like/unlike are idempotent setters. It also discloses the 'manage' scope requirement, which annotations do not cover.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single dense paragraph but well-organized by action type. Every sentence carries necessary behavioral details, though a list format could improve skimmability. No redundant content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 8 actions, 4 parameters, and no output schema, this description is exceptionally complete. It covers prerequisites, reversibility, idempotency, batch limits, and the critical rule that delete only works on trashed creations. An agent has everything needed to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter already has a clear definition. The description mostly echoes the schema (e.g., folderId supports 'root', creationId applies to all non-batch actions). No significant additional parameter meaning is provided, meriting the baseline score.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Organise creations on the cloud drive' and lists all actions (move, trash, restore, delete, like/unlike, batch-trash/batch-restore). The title also enumerates these actions, making it distinct from sibling tools like manage_folder.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Action-specific guidance is provided: move requires folderId or 'root', delete only works on already-trashed creations and only after explicit user request, and batch actions handle up to 100 ids. It does not compare against alternative tools, but the per-action conditions are explicit and actionable.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/2DAICommunity/2dai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server