Skip to main content
Glama

pve_storage_update

Update a Proxmox storage definition with options to modify nodes, content types, shared flag, or disable/enable. Dry-run by default; set confirm=true to apply changes.

Instructions

MUTATION: update a storage definition. Dry-run by default (disable=True warns guests lose disk access cluster-wide; a nodes change strands guests on excluded nodes). confirm=True to execute (synchronous, no UPID). The storage type itself can't be changed here — use pve_storage_delete then pve_storage_create instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodesNoNew comma-separated node restriction list.
deleteNoComma-separated list of config fields to unset on the storage definition.
sharedNoTrue/False to set sharedness; omit to leave unchanged (must stay None for network-backed types like nfs/cifs/pbs, which reject an explicit shared flag).
confirmNoFalse (default) returns a dry-run PLAN only; True executes the change.
contentNoNew comma-separated content type list, e.g. 'iso,backup,images'.
disableNoTrue to disable, False to enable, omit to leave unchanged.
storageYesStorage ID to update.
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?

With no annotations, the description fully discloses mutation, dry-run default, synchronous execution, no UPID, and limitations. Covers critical behavioral traits 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.

Conciseness5/5

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

Very concise, front-loaded with 'MUTATION', uses parentheticals for additional details. Every sentence adds value without wasted words.

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

Completeness5/5

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

Given 8 parameters, mutation complexity, and presence of output schema, the description covers key behaviors, warnings, and alternatives. Complete enough for safe tool usage.

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?

Schema has 100% description coverage, so baseline is 3. The description adds context for disable and nodes parameters but does not elaborate on other parameters. Adequate but not exceptional.

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 a mutation to update a storage definition, and distinguishes from siblings by noting that storage type cannot be changed here, directing to use pve_storage_delete and pve_storage_create instead.

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

Usage Guidelines5/5

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

Explicitly describes dry-run default, warns about risks of disable and nodes changes, states that confirm=True executes synchronously, and provides alternative for changing storage type. Clear when to use and when not.

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