Skip to main content
Glama
UriWise

pve-mcp-server

by UriWise

pve_get_storage

Retrieve Proxmox VE storage pool details including type, total capacity, free space, and usage percentage to assess storage health.

Instructions

List storage pools with capacity info (type, total GB, free GB, used %).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. 'List' implies a read-only operation, and the mention of capacity info adds some behavioral context. However, it does not explicitly state that the operation is non-mutating, nor does it disclose any potential caveats like pagination or permission requirements. The output schema exists, which partially covers return values, but other behavioral traits are not addressed.

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?

A single, concise sentence that front-loads the verb and resource, followed by the key output fields. No unnecessary words, and all information is directly relevant.

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?

For a zero-parameter list tool with an output schema, the description is fully adequate. It tells the agent exactly what the tool returns and implies it lists all storage pools. The tool can be selected and invoked correctly based solely on this description.

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 zero parameters, so the baseline is 4. The description correctly adds no parameter information, and no further semantic explanation is needed.

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 tool's function with a specific verb ('List') and resource ('storage pools'), and specifies the output details (capacity info: type, total GB, free GB, used %). This distinguishes it from siblings like pve_get_storage_content, which focuses on storage contents rather than pool-level capacity.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. For example, it does not clarify that this tool is for pool-level capacity while pve_get_storage_content is for listing items within a storage.

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/UriWise/pve-mcp-server'

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