Skip to main content
Glama

pve_hardware_list

List physical PCI or USB devices on a specified Proxmox node to obtain raw hardware inventory, independent of cluster passthrough mappings.

Instructions

READ-ONLY: list physical PCI or USB devices attached to a PVE node (hw_type: 'pci' default or 'usb').

No state change. Returns {"devices": [...]} — the node's raw hardware inventory, distinct from the cluster-scope passthrough mappings that VMs actually reference (pve_mapping_pci_list / pve_mapping_usb_list).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesPVE node name to list physical hardware devices on
hw_typeNoDevice class to list: 'pci' (default) or 'usb'pci
proximo_targetNoWhich configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It explicitly states READ-ONLY, no state change, and provides the return format. It could mention prerequisites like node existence or authentication, but for a list tool, this is sufficient.

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 sentences, front-loaded with READ-ONLY and purpose. Every sentence adds value with no wasted words. Excellent structure.

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?

Given the output schema exists to describe return values, the description covers the important distinction from mapping tools, parameter use, and node scope. Complete for a list tool.

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 coverage is 100%, so baseline is 3. The description mentions hw_type default 'pci' or 'usb', which is already in the schema. No additional semantics added beyond what the schema provides.

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 it lists physical PCI or USB devices attached to a PVE node, is READ-ONLY, and no state change. It explicitly distinguishes from sibling tools pve_mapping_pci_list and pve_mapping_usb_list, making the purpose unambiguous.

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 says when to use (to list physical HW inventory) and distinguishes from related sibling tools. It is implied that it is safe due to READ-ONLY and no state change. However, it does not explicitly state when not to use or list all alternatives beyond the two mentioned.

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/john-broadway/proximo'

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