Skip to main content
Glama
4ears-me
by 4ears-me

arcane_create_volume

Create a new volume within an Arcane environment, specifying name, driver, labels, and driver options for storage.

Instructions

Create a new volume in an environment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe volume name
driverNoThe volume driver (default: local)
labelsNoLabels to apply to the volume
driverOptsNoDriver options as key-value pairs
environmentIdYesThe environment ID
Behavior2/5

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

There are no annotations, so the description carries full responsibility for behavioral disclosure. It only states the basic action, omitting details about idempotency, duplicate name handling, or whether the environment must exist. The behavior beyond the obvious 'create' is undisclosed.

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

Conciseness5/5

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

The entire description is a single, front-loaded sentence with no filler. It is concise and structured effectively.

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

Completeness2/5

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

With five parameters, no output schema, and no annotations, the description is too sparse. It does not mention return values, error conditions, or the relationship to other volume operations, making it incomplete for an agent to invoke with confidence.

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?

The input schema covers 100% of parameters with descriptions, so the baseline is 3. The description itself adds no additional meaning, but the schema already documents required fields and defaults like driver=local.

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 verb 'create' and resource 'volume' with scope 'in an environment', distinguishing it from sibling volume operations like list, get, remove, and prune. It is a specific, actionable statement.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor does it mention prerequisites like an existing environment or how this relates to creating containers. The only usage clue is the phrase 'in an environment', which is implicit but not 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/4ears-me/arcane-mcp'

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