Skip to main content
Glama
teomarcdhio

Proxmox MCP Server

by teomarcdhio

get_vm_filesystem_info

Retrieve disk space and filesystem details from inside Proxmox VMs using the QEMU guest agent. Returns mount points, storage capacity, used/free space, and filesystem types for VM storage monitoring.

Instructions

Get filesystem/disk space information from inside a VM using the QEMU guest agent.

This requires the qemu-guest-agent to be installed and running inside the VM. Install it with: apt install qemu-guest-agent (Debian/Ubuntu) or yum install qemu-guest-agent (RHEL/CentOS)

Args: vmid: The VM ID node: The Proxmox node name (optional, will auto-detect)

Returns filesystem information including:

  • Mount points

  • Total size

  • Used space

  • Free space

  • Filesystem type

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vmidYes
nodeNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations provided, so description carries full burden. It successfully discloses the external dependency (QEMU guest agent), installation requirements, and enumerates return fields (mount points, total size, used/free space, filesystem type). Could be improved by describing error behavior when the agent is unavailable.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with clear sections (purpose, prerequisites, args, returns). Front-loaded with the core action. Installation commands are slightly verbose but provide necessary troubleshooting context. The 'Args:' and 'Returns:' sections effectively compensate for the undescribed schema without excessive wordiness.

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 zero annotations and zero schema description coverage, the description successfully covers the critical prerequisite (guest agent), parameter meanings, and output structure. The context signals indicate an output schema exists, so the description appropriately summarizes rather than exhaustively documents 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 has 0% description coverage, requiring full compensation by the description. The text adequately documents both parameters: 'vmid: The VM ID' and 'node: The Proxmox node name (optional, will auto-detect)'. This provides sufficient semantic meaning for the agent to understand parameter purposes, though it lacks format constraints or examples.

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?

Excellent specificity with verb 'Get' + resource 'filesystem/disk space information from inside a VM' + mechanism 'using the QEMU guest agent'. The mention of the guest agent clearly distinguishes this from sibling tools like get_vm_info or get_vm_metrics which likely operate at the hypervisor level.

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?

Strong prerequisite disclosure: explicitly states 'requires the qemu-guest-agent to be installed and running' and provides installation commands for Debian/Ubuntu and RHEL/CentOS. This effectively signals when the tool will/won't work. Lacks explicit mention of alternatives if the agent is unavailable.

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

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