list_recycle_bin
Retrieve all files currently in the 1Panel recycle bin to review, restore, or permanently delete them.
Instructions
List recycle bin files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Retrieve all files currently in the 1Panel recycle bin to review, restore, or permanently delete them.
List recycle bin files
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v1.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full behavioral burden. It does not say whether the listing is paginated, whether it returns metadata or paths, whether it can be truncated by the recycle-bin limit, or that it is a safe read-only operation. 'List' weakly implies read-only, but nothing is disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single short sentence with no filler, and the verb is front-loaded. It is terse to the point of under-specification, but there is no wasted text.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no annotations, no output schema, and no parameters, the description is the only source of information — yet it explains nothing about what the returned list contains or how it relates to the sibling recycle-bin tools. For a destructively-adjacent resource area, more context was warranted.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is nothing for the description to disambiguate; the baseline for a no-parameter tool applies. No parameter behavior is misdescribed or missing.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb and resource ('List recycle bin files'), which is unambiguous about the operation. However, it does not distinguish itself from siblings like get_recycle_bin_status, clear_recycle_bin, or reduce_recycle_bin, so an agent gets no help choosing among the recycle-bin family.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to call this versus get_recycle_bin_status, clear_recycle_bin, or reduce_recycle_bin, nor any stated preconditions. The agent must infer usage from the name alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.