Skip to main content
Glama

Create storage pool

create_storage
Destructive

Create a new storage pool (LVM, ZFS, NFS, CIFS, PBS, dir, BTRFS, etc.) for Proxmox. High risk: wrong config may lose data; user confirmation needed.

Instructions

Create a new storage pool (lvm, zfspool, nfs, cifs, pbs, dir, btrfs, etc.). HIGH RISK — wrong config can lose data. Ask the user to confirm before invoking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fsNo
pathNo
poolNo
typeYesStorage type
nodesNo
domainNo
enableNo
exportNo
serverNo
sharedNo
vgnameNo
confirmNoSet to true once the user has approved this action
contentNo
optionsNo
storageYesStorage ID
maxfilesNo
passwordNo
thinpoolNo
usernameNo
datastoreNo
export_vgNo
namespaceNo
fingerprintNo
prune_backupsNo
Behavior4/5

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

Annotations already indicate destructiveHint=true, but the description adds specific context about potential data loss, which goes beyond the annotation. It also alerts the agent to require user confirmation. This adds behavioral transparency.

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?

Three concise sentences: purpose, risk warning, and action instruction. No wasted words, well-structured for quick comprehension.

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?

Given the tool's high complexity (24 params, no output schema, destructive), the description is too brief. It lacks prerequisite conditions, parameter dependencies, result expectations, and error handling. The risk warning is present but incomplete for safe usage.

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

Parameters2/5

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

With 24 parameters and only 13% schema description coverage, the description should clarify parameter usage but completely omits any parameter-level semantics. It relies solely on the sparse schema descriptions, which is insufficient for an agent to invoke correctly.

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

Purpose4/5

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

The description explicitly states 'Create a new storage pool' with types, but the vague 'etc.' and lack of precise definition of 'storage pool' in context slightly reduce clarity. It distinguishes from siblings like create_pool and other create_* tools.

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

Usage Guidelines3/5

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

The description includes a warning about high risk and instructs to ask user confirmation, which is helpful, but it does not provide guidance on when to use this tool vs. alternative creation tools, such as create_pool for HA pools.

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/ngocdd/proxmox-mcps'

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