Skip to main content
Glama
edymol

proxmox-mcp

by edymol

list_storage

List storage entries with per-node status and cluster-wide aggregate. Returns partial results with warnings when storage cannot be read.

Instructions

Storage entries with their per-node status and a cluster-wide aggregate.

Read-only and idempotent. With node given, only that node's storage is reported and its own pvesm status is what is read; without it, the first node in the profile that answers supplies the free-space figures and every other node reports available_bytes as None.

A storage that cannot be read yields a warning and partial, never an exception that hides the rest of the cluster.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNo
profileNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceYes
partialNo
profileYes
storagesNo
warningsNo
collected_atYes
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so excellently. It discloses read-only and idempotent behavior, the aggregation algorithm when `node` is omitted, and the partial-failure handling (warning + 'partial' instead of a full exception). This is rich behavioral detail beyond what annotations would typically provide.

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 description is three sentences, each earning its place: purpose, parameter behavior, and failure semantics. It is front-loaded with the core purpose and avoids any redundant wording. Perfect balance of completeness and brevity.

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?

The tool has two optional parameters and a nuanced aggregation behavior; the description covers these thoroughly, including edge cases like node fallback and per-storage partial failures. An output schema exists to document return values, so the absence of field-level detail in the description is appropriate. No critical information is missing for correct use.

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 offers no descriptions for `node` or `profile`, and schema coverage is 0%. The description significantly compensates by thoroughly explaining the `node` parameter's effect on output and data source, and it references 'profile' in the context of cluster-wide behavior. However, the `profile` parameter itself remains somewhat undefined, so it adds strong but not complete semantic coverage.

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 first sentence clearly identifies the resource ('storage entries') and the output scope ('per-node status and a cluster-wide aggregate'), which distinguishes it from sibling tools focused on guests, nodes, and backups. Though it lacks an explicit verb, the tool name 'list_storage' and the noun phrase make the listing purpose unambiguous.

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 clear context on when to use the `node` parameter (restrict to one node) versus omitting it (cluster-wide with a fallback), effectively guiding usage. It does not explicitly name alternative tools or when not to use this one, but the read-only and idempotent nature implies appropriate scenarios.

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

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