Skip to main content
Glama

list_storage_content

Browse and filter storage pool contents (ISOs, templates, backups, disk images) on Proxmox VE nodes to locate resources for VM and container deployment.

Instructions

List content of a storage pool (ISOs, templates, backups, disk images).

Args: node: Name of the Proxmox node. storage_name: Name of the storage pool (e.g. 'local', 'local-lvm'). content_type: Optional. Filter by type: 'iso', 'vztmpl', 'backup', 'images', 'rootdir'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYes
storage_nameYes
content_typeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It describes a read-only listing operation but doesn't disclose behavioral traits like pagination, rate limits, authentication requirements, error conditions, or what happens when storage doesn't exist. The description is minimal beyond stating the basic function.

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 efficiently structured with a clear purpose statement followed by parameter explanations. Every sentence adds value, and it's appropriately sized for a listing tool with 3 parameters. The information is front-loaded with the core function stated first.

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 moderate complexity (listing operation with filtering), no annotations, and the presence of an output schema, the description provides adequate context. It explains what the tool does and documents all parameters, though behavioral aspects like error handling are omitted. The output schema will handle return values.

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 description coverage is 0%, so the description must compensate. It provides clear semantics for all 3 parameters: node (Proxmox node name), storage_name (storage pool name with examples), and content_type (optional filter with enumerated values). This adds substantial value beyond the bare schema.

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 the verb 'List' and the resource 'content of a storage pool', with specific examples of content types (ISOs, templates, backups, disk images). It distinguishes from siblings like list_storages (which lists storage pools themselves) and list_backups (which lists backups specifically).

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 implies usage context by specifying what content types can be listed and mentioning the optional filter parameter. However, it doesn't explicitly state when to use this tool versus alternatives like list_backups or list_storages, nor does it provide exclusion 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/antonio-mello-ai/mcp-proxmox'

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