Skip to main content
Glama
Bldg-7

Proxmox MCP Server

by Bldg-7

proxmox_sdn_vnet

List, get, create, update, or delete SDN virtual networks in Proxmox. Configure VLAN tags, VXLAN IDs, MTU, MAC addresses, and IPAM plugins.

Instructions

Manage SDN virtual networks (list, get, create, update, delete)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vnetNoSDN VNet identifier
zoneNoSDN zone identifier
aliasNoAlias/description
commentNoComment or notes
tagNoVLAN tag
vlanNoVLAN ID
vxlanNoVXLAN ID
mtuNoMTU value
macNoMAC address
ipamNoIPAM plugin
typeNoVNet type
deleteNoComma-separated list of options to delete
digestNoPrevent concurrent modifications
actionYes
Behavior2/5

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

No annotations are present, so the description carries full burden. It merely lists actions but fails to disclose behavioral traits like idempotency, parameter requirements per action, side effects, or error conditions.

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?

The description is a single concise sentence (12 words) that front-loads the resource and actions. Every word is necessary, with no redundancy or filler.

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 (14 parameters, CRUD operations) and lack of output schema, the description is insufficient. It does not explain how the 'action' parameter selects the operation or what parameters are required for each action, which is critical for an agent to use the tool correctly.

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?

With 93% schema description coverage, most parameters are already described in the input schema. The tool description adds no additional context beyond the actions listed, so it meets baseline but does not enhance parameter understanding.

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 explicitly states the resource type ('SDN virtual networks') and lists all CRUD actions (list, get, create, update, delete), clearly distinguishing it from sibling tools like proxmox_sdn_zone or proxmox_sdn_subnet.

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 such as proxmox_sdn_zone, proxmox_sdn_subnet, or other SDN tools. It only lists actions without clarifying prerequisites or use cases.

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