Skip to main content
Glama
Bldg-7

Proxmox MCP Server

by Bldg-7

proxmox_node_network_iface

Create, update, delete, or apply network interface configurations on a Proxmox node, supporting bridge, bond, VLAN, and more types.

Instructions

Manage node network interfaces. action=create|update|delete|apply (all elevated)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeYesNode name to configure
ifaceNoInterface name (e.g., vmbr0, bond0, eth0.100)
typeNoInterface type (bridge, bond, vlan, eth, OVSBridge, OVSBond, OVSIntPort, OVSPort)
autostartNoStart interface on boot
methodNoIP configuration method (static, dhcp, manual)
addressNoIPv4 address
netmaskNoIPv4 netmask
gatewayNoDefault gateway
cidrNoCIDR notation (e.g., 192.168.1.10/24)
mtuNoMTU for the interface
commentNoInterface comment/description
bridge_portsNoBridge ports (e.g., eth0,eth1)
bridge_stpNoBridge STP setting (on/off)
bridge_fdNoBridge forwarding delay
bond_modeNoBond mode (e.g., active-backup, balance-rr)
bond_xmit_hash_policyNoBond transmit hash policy
bond_miimonNoBond MII monitoring interval (ms)
bond_primaryNoBond primary interface
bond_slavesNoBond slave interfaces (comma-separated)
vlan-idNoVLAN ID
vlan-raw-deviceNoRaw device for VLAN
deleteNoComma-separated list of properties to delete
digestNoConfiguration digest
revertNoRevert pending changes instead of applying
actionYes
Behavior2/5

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

The description mentions that all actions are 'elevated', hinting at required permissions, but it does not disclose other behavioral traits such as side effects, whether changes are applied immediately, or potential impacts on the system. Since no annotations are provided, the description carries the full burden but falls short.

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

Conciseness3/5

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

The description is a single sentence, which is concise, but it is too brief to fully inform the agent. It lacks structure and important details, making it barely adequate.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of the tool (25 parameters, 4 actions, no output schema), the description is incomplete. It does not explain return values, error handling, or how the actions (especially 'apply') affect the system. More context is needed for effective use.

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?

The schema already covers 96% of parameters with descriptions. The tool description adds minimal value by stating 'all elevated' which is not in the schema. For parameters, the description does not clarify meaning beyond the schema, so a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool manages node network interfaces and lists the actions (create, update, delete, apply). This distinguishes it from sibling tools related to other node configurations, as it's the only one focusing on network interfaces. However, the verb 'Manage' is somewhat generic.

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?

No guidance is provided on when to use this tool versus alternatives, prerequisites, or limitations. The description does not mention when it is appropriate to use this tool over other node management tools.

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

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