Skip to main content
Glama

pve_sdn_vnet_update

Modify an SDN vnet by setting or removing configuration options such as tag, alias, or vlanaware. Preview changes with a dry-run plan, then confirm to stage the update.

Instructions

MUTATION: update an SDN vnet (PENDING — inert until pve_sdn_apply).

options sets fields (tag/alias/vlanaware/etc), delete removes keys. To create a vnet use pve_sdn_vnet_create; to remove one use pve_sdn_vnet_delete. Dry-run by default (returns a PLAN); confirm=True stages the edit and returns {status, result}. RISK_LOW (staging, no live network effect).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vnetYesExisting SDN vnet name to update.
deleteNoVnet option keys to unset.
digestNoExpected config digest for optimistic-concurrency checking.
confirmNoFalse (default) returns a dry-run PLAN only; True executes the staged mutation.
optionsNoVnet fields to set (tag, alias, vlanaware, etc).
lock_tokenNoSDN cluster lock token to use for this write, if one is held.
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
Behavior4/5

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

With no annotations, the description does a good job disclosing mutation behavior: pending state, dry-run default, confirm effect, risk level (RISK_LOW, no live network effect). It also mentions return plan/status. Minor omission: no mention of required permissions or concurrency details beyond lock_token parameter.

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 concise (4 sentences) and front-loaded with 'MUTATION' and purpose. Every sentence adds value, but could be slightly more structured with whitespace or bullet points for readability.

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

Completeness4/5

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

Given 7 parameters, 1 required, presence of output schema, and many siblings, the description covers core behavior, lifecycle (pending/apply), and alternatives. It doesn't explain return values in detail, but output schema exists. Missing minor operational details like error handling or idempotency.

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 coverage is 100%, so baseline is 3. The description adds value by grouping parameters ('options sets fields, delete removes keys') and listing example fields (tag/alias/vlanaware), but does not significantly extend beyond the schema's own parameter descriptions.

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 'update an SDN vnet' as a mutation, and distinguishes from sibling tools pve_sdn_vnet_create and pve_sdn_vnet_delete by name and action. The verb 'update' and resource 'SDN vnet' are specific.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says it's a mutation pending until pve_sdn_apply, defaults to dry-run, and defines confirm=True stages the edit. Also directs to pve_sdn_vnet_create for creation and pve_sdn_vnet_delete for removal, providing clear when-to-use guidance.

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