Skip to main content
Glama
Bldg-7

Proxmox MCP Server

by Bldg-7

SDN Zones

proxmox_sdn_zone
DestructiveIdempotent

Manage Proxmox SDN zones by listing, retrieving, creating, updating, or deleting zone configurations with full parameter control.

Instructions

Manage SDN zones (list, get, create, update, delete)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mtuNoMTU value
tagNoVLAN tag
ipamNoIPAM plugin
typeNoZone type (simple, evpn, vxlan, etc.)
zoneNoSDN zone identifier
nodesNoNodes list (comma-separated)
vxlanNoVXLAN ID
actionYes
bridgeNoBridge name
deleteNoComma-separated list of options to delete
digestNoPrevent concurrent modifications
commentNoComment or notes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.3.0
  2. Removedv1.2.2
  3. First observedv1.2.1

TDQS

B3.1/5.0
Behavior2/5

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

The description adds no behavioral context beyond the annotations. Annotations already declare readOnlyHint=false, destructiveHint=true, and idempotentHint=true. The description merely says 'Manage' without elaborating on side effects, permission requirements, or what happens during destructive actions like delete. No contradiction exists, but no value is added.

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, efficient sentence that front-loads the resource and actions. It is concise without being under-specified, though it could benefit from a bit more structure to separate usage guidance from purpose. Overall, it is appropriately sized.

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?

The tool is a multi-action management tool with 12 parameters and no output schema, yet the description gives no guidance on how actions differ or which parameters apply to which action. It also lacks usage context. While the schema covers parameter details, the description fails to explain action-specific behavior or when to use each action, leaving the agent under-informed.

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 description coverage is high (92%), so the schema already documents all parameters. The description does not mention any parameters or add meaning beyond what the schema provides. According to the calibration, a baseline of 3 is appropriate when schema coverage is high.

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 resource (SDN zones) and enumerates the supported actions (list, get, create, update, delete). This distinguishes it from sibling tools like proxmox_sdn_vnet or proxmox_sdn_subnet, making the tool's scope immediately apparent.

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. There is no mention of prerequisites, exclusions, or conditions that would lead an agent to choose this tool over other SDN-related tools. The only hint is the resource name, which is implicit rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools