Skip to main content
Glama

list_storage

List all configured storage pools in a Proxmox datacenter, with optional filtering by storage type and enabled status.

Instructions

List all configured storage pools at the datacenter level.

Args: type: Filter by type (dir, lvm, lvmthin, zfspool, nfs, cifs, iscsi, rbd, cephfs, pbs, glusterfs, btrfs). enabled: Only show enabled storage (default True).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNo
enabledNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description implies a read-only operation with no side effects, which is accurate. With no annotations provided, the description should carry the burden of behavioral disclosure. It does not mention any other behavioral traits (e.g., authorization requirements, rate limits), but the operation is simple and safe.

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 concise: one sentence stating the purpose followed by a clear list of arguments. It is front-loaded and contains no unnecessary information.

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?

Given the tool's simplicity and the presence of an output schema (which describes return values), the description is fairly complete. It covers the purpose and parameters. Minor omission: the default behavior of 'enabled' is mentioned but could be more explicit.

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, so the description compensates by explaining the 'type' parameter (listing possible values like dir, lvm, etc.) and the 'enabled' parameter (default True). This adds meaningful context beyond the schema, though it could be more precise about value formats.

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 clearly states the tool lists all configured storage pools at the datacenter level. It includes optional filters for type and enabled status. However, it does not distinguish this tool from sibling tools like 'list_storage_content' or 'list_directory_storage', which operate on different aspects of storage.

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 provides clear context on when to use this tool (to list storage pools) and mentions available filters. It lacks guidance on when not to use it, such as when needing storage content or node-specific storage, and does not reference alternative tools.

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