Skip to main content
Glama
k-krawczyk

proxmox-mcp-server

by k-krawczyk

Storage content

pve_storage_content
Read-only

List volumes on a Proxmox storage, filtered by content type like ISO images, container templates, disk images, or backups.

Instructions

List the volumes on a storage: ISO images, container templates, disk images or backups. Use the content filter to narrow the listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesTarget Proxmox node name, e.g. "pve1"
contentNoFilter by content type
storageYes
Behavior3/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds the types of volumes listed and filtering capability, but does not elaborate on openWorld behavior (returning more data than requested) or other traits like pagination. It provides some added context beyond annotations but is not rich.

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?

Two clear, front-loaded sentences with no wasted words. Every sentence provides meaningful information about the tool's action and usage.

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?

For a read-only list tool with annotations and schema covering required parameters, the description is adequate. It states what is listed and how to filter. However, it does not mention the openWorldHint behavior or provide any return value format, which would be useful given no output schema.

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 description coverage is 67%; node and content have descriptions, storage does not. The description mentions content types and filtering, adding value to the content parameter but not addressing the missing storage parameter description. It compensates partially but not fully.

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 'volumes on a storage,' specifying the types of content (ISO images, container templates, disk images or backups). This distinguishes it from sibling tools like pve_list_storage (which lists storage definitions) and pve_list_backups (backup-specific).

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 indicates using the content filter to narrow results, but does not provide explicit when-to-use or when-not-to-use guidance, nor does it mention alternative tools among siblings. The context is implied but not explicit.

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/k-krawczyk/proxmox-mcp-server'

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