create_volume
Create a new storage volume on a 1Panel server by specifying a name. Use it to provision persistent data storage for containers and applications.
Instructions
Create volume
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Create a new storage volume on a 1Panel server by specifying a name. Use it to provision persistent data storage for containers and applications.
Create volume
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
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 burden of behavioral disclosure. It says nothing about mutation effects, required permissions, side effects, or whether the operation is reversible, leaving the agent with no behavioral context.
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?
Two words are concise but severely under-specified for a tool that needs behavioral context. There is no structure or front-loading of useful information, so brevity here harms rather than helps.
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 zero schema description coverage, the description is completely inadequate for a mutation tool. It leaves the agent unable to call the tool correctly without guessing.
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 only parameter, name, is undocumented in both the schema (0% description coverage) and the description. The description adds no meaning about format, constraints, or examples beyond the bare parameter name.
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 the verb and resource ('Create volume'), but adds no scope or distinguishing detail beyond the tool name. It is clear but essentially restates the name create_volume, leaving purpose at minimum viable with clear gaps.
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?
No indication of when to use this tool, what prerequisites exist, or how it relates to siblings like list_volumes or remove_volume. Provides no usage guidance whatsoever.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.