Skip to main content
Glama
MTDEV2312

Proxmox VE MCP Server

by MTDEV2312

configure_network_container

Set IP, gateway, bridge, VLAN, and firewall options for an LXC container's network interface.

Instructions

Configure network adapter settings for an LXC container.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gwNo
ipNodhcp
gw6No
ip6No
tagNo
nameNoeth0
nodeYes
rateNo
vmidYes
bridgeNovmbr0
hwaddrNo
net_idNonet0
firewallNo
Behavior1/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'configure' without revealing that this likely modifies the container's network configuration, whether changes require a restart, or any potential side effects. This is a significant transparency gap for a mutation tool.

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?

The description is a single, concise sentence with no unnecessary words. It is front-loaded with the action and target, making it easy to parse, though the brevity sacrifices substance.

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

Completeness1/5

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

Given 13 parameters, no annotations, no output schema, and zero parameter documentation, this description is severely incomplete. It does not explain what settings are affected, how they are applied, or any prerequisites, leaving the agent with insufficient information to correctly invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, and the tool description adds no meaning to any of the 13 parameters. Parameter names like ip, gw, and bridge are self-explanatory but the description does not explain their relationships, formats, or default behaviors, forcing the agent to rely on guesses.

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 configures network adapter settings for an LXC container, using a specific verb and resource. It distinguishes itself from sibling tools like configure_dns_container and configure_features_container by focusing on the network adapter.

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 any prerequisites or context. It does not mention any alternatives or exclusions, leaving the agent without explicit usage direction.

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/MTDEV2312/Proxmox_mcp'

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