Skip to main content
Glama

pve_node_storage_backend_create

Creates a storage backend (LVM, LVMthin, ZFS, directory) on a Proxmox node using backend-specific disk and filesystem parameters. Confirmation required.

Instructions

MUTATION: create a storage backend on the node (lvm/lvmthin/zfs/directory).

Per-backend required params: zfs: devices (comma-sep disk list) + raidlevel lvm/lvmthin: devices (single disk) directory: devices (disk path) + filesystem (e.g. ext4)

The named disk(s) are consumed by the new backend. confirm=True to execute.

POST /nodes/{node}/disks/{backend} Smoke-confirm: endpoint and body shape not live-verified. May return a task UPID (async).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kwYes
nameYes
nodeNo
backendYes
confirmNo
devicesNo
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description explicitly labels it as a mutation, states that disks are consumed, requires confirm=True to execute, and warns that the endpoint is not live-verified and may return an async task UPID. This provides valuable behavioral context beyond the schema.

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 reasonably concise and front-loads the mutation type and backend types. Some technical jargon is present, but it is clear and efficient. A slight improvement could be adding a line about the output.

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

Completeness4/5

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

With 7 parameters, no annotations, and an output schema, the description covers the core functionality, per-backend requirements, and async behavior. However, the 'kw' parameter and output details are missing, leaving some 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?

Schema coverage is low (14%), but the description adds meaning for key parameters: it explains the per-backend parameter requirements (e.g., devices, raidlevel, filesystem). However, the 'kw' parameter is not explained.

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 'MUTATION: create a storage backend on the node' and lists supported backend types (lvm/lvmthin/zfs/directory). It distinguishes from sibling tools like pve_node_storage_backend_delete and pve_node_storage_backend_list by specifying the create action.

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

Usage Guidelines4/5

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

The description provides per-backend required parameters (e.g., devices for lvm, devices+filesystem for directory) and mentions the confirm flag. However, it does not explicitly contrast with pve_storage_create (a sibling with similar name) or provide when-not-to-use guidance.

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/john-broadway/proximo'

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