Skip to main content
Glama

pve_network_iface_create

Creates a new network interface configuration (e.g., bridge, bond, VLAN) on a Proxmox node. Staged change, dry-run by default; confirm to stage, then apply separately.

Instructions

MUTATION: create a new network interface config (staged — not live until pve_network_apply).

options carries type-dependent fields (address, netmask, gateway, bridge_ports, …). To update an existing interface instead use pve_network_iface_update. Dry-run by default (returns a PLAN); confirm=True stages the interface, synchronously, and returns {status, result} — result is often None. RISK_MEDIUM (staged change, reversible before apply).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeNoNode to create the interface on; defaults to the configured node.
ifaceYesNew interface name to create, e.g. vmbr1 or eth0.100.
confirmNoFalse (default) returns a dry-run PLAN only; True stages the interface (still not live until pve_network_apply).
optionsNoType-dependent fields: address, netmask, gateway, bridge_ports, etc.
iface_typeYesInterface type: bridge, bond, vlan, eth, or alias.
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
Behavior5/5

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

Discloses key behaviors: mutation, staged (not live until apply), dry-run default, confirm=True stages synchronously, return format (PLAN or {status, result}), and risk level (RISK_MEDIUM, reversible). No annotations provided, so description fully carries the burden.

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 concise sentences: first sentence states core purpose and staging, second covers options, alternatives, dry-run, output, and risk. No fluff, front-loaded with critical info.

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 tool's complexity (mutation, staging, dry-run, multiple parameters), the description covers workflow, risk, output schema implicitly, and differentiates from siblings. With output schema existing, no need to detail 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 coverage is 100% (baseline 3). Description adds value by explaining 'options' carries type-dependent fields (address, netmask, etc.) and clarifies 'confirm' behavior. Does not describe all parameters but adds meaningful context.

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?

Description clearly states 'create a new network interface config' with verb+resource. It distinguishes from sibling 'pve_network_iface_update' by explicitly mentioning update tool. The 'MUTATION' prefix and 'staged' note add clarity.

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?

Explicitly instructs to use pve_network_iface_update for updating existing interfaces. Explains dry-run vs confirm behavior. Lacks guidance on when not to use (e.g., if only listing needed) but provides good context.

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