Skip to main content
Glama

create_storage

Add new storage pools to Proxmox by specifying the storage ID, type, and optional parameters like path, server, or export for various backends.

Instructions

Create a new storage pool configuration.

Args: storage: Storage ID. type: Storage type: dir, lvm, lvmthin, zfspool, nfs, cifs, iscsi, rbd, cephfs, pbs, glusterfs, btrfs. path: File system path (for dir, nfs mounts). server: Server IP/hostname (for nfs, cifs, iscsi, pbs, glusterfs, rbd, cephfs). export: NFS export path. vgname: LVM volume group name. thinpool: LVM thin pool name (for lvmthin). pool: Pool name (for Ceph RBD/CephFS, ZFS). portal: iSCSI portal. target: iSCSI target. datastore: PBS datastore name. content: Comma-separated content types (images, rootdir, vztmpl, iso, backup, snippets, import). nodes: Restrict storage to these nodes (comma-separated). shared: Mark as shared storage. disable: Create disabled. maxfiles: Max backup files (0 = unlimited). prune_backups: Backup retention policy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
storageYes
typeYes
pathNo
serverNo
exportNo
vgnameNo
thinpoolNo
poolNo
portalNo
targetNo
datastoreNo
contentNo
nodesNo
sharedNo
disableNo
maxfilesNo
prune_backupsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description carries the full burden. While it implies mutation by saying 'Create,' it fails to disclose behavioral traits such as whether the operation is destructive, requires specific permissions, or has side effects. The agent gets no warning about potential impacts.

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 structured as a clear list of parameter explanations following a concise opening sentence. While lengthy due to the number of parameters, it avoids unnecessary verbosity and is easy to parse. The first sentence effectively sets the purpose.

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

Completeness3/5

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

Given the tool's complexity (17 parameters) and the presence of an output schema, the description adequately covers parameter semantics but misses behavioral context like error conditions, prerequisites, or output expectations. It meets the minimum viability but has gaps.

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

Parameters4/5

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

The input schema has 0% description coverage, but the description provides brief explanations for all 17 parameters (e.g., 'Storage ID', 'Storage type', 'File system path'), adding substantial meaning beyond titles and defaults. This compensates well for the schema's lack of descriptions.

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

Purpose3/5

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

Description states 'Create a new storage pool configuration,' which is a specific verb and resource. However, it does not differentiate from numerous sibling tools like create_lvm, create_lvmthin, create_directory_storage, etc., which also create storage configurations. The agent cannot easily determine when to use this generic tool versus the specific ones.

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?

No guidance is provided on when to use this tool versus alternatives. The description merely lists parameters without explaining prerequisites or contextual usage. The agent has to infer from the parameter list alone.

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/GethosTheWalrus/proxmox-mcp'

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