Skip to main content
Glama

pve_sdn_vnet_ip_delete

Delete an IP-to-MAC mapping from a Proxmox SDN vnet. Dry-run by default; set 'confirm' to true to execute. Use with caution as the address may be in use.

Instructions

MUTATION: delete an IP-to-MAC mapping from a vnet. Dry-run by default — no 'current' preview possible (no GET on this endpoint at all). RISK_MEDIUM: frees an address that may be in ACTIVE use by a running guest's NIC right now. Synchronous — confirm=True returns {"status": "ok", "result": None}; no task UPID to poll.

NO digest support on this endpoint at all. No UNDO — re-create the mapping with pve_sdn_vnet_ip_create to revert.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesIP address of the mapping to delete.
macNoMAC address of the mapping to delete, if disambiguation is needed.
vnetYesSDN vnet name.
zoneYesSDN zone the vnet belongs to.
confirmNoSet True to execute the mutation; False (default) only returns a dry-run PLAN.
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?

With no annotations, the description fully discloses behavioral traits: mutation nature, dry-run default, no GET endpoint, synchronous execution with no task UPID, risk of freeing active address, no digest support, and no undo. All beyond what would be covered by annotations.

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?

Extremely concise with no superfluous text. Uses formatting (bold, dashes) to front-load key information (purpose, risk, behavior) and groups details logically. Each sentence adds essential information.

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?

Covers all critical aspects: operation type, behavior (dry-run, confirm), risk, synchronicity, no undo, no digest, and provides a recovery path. Given the complexity, nothing is missing.

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%, but the description adds value by explaining the confirm parameter's role in dry-run vs. execution, the mac parameter for disambiguation, and the absence of digest support. This context enhances understanding beyond the schema 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?

Clearly states the action ('delete an IP-to-MAC mapping from a vnet') and identifies it as a mutation. Distinguishes from sibling tools by referencing pve_sdn_vnet_ip_create for re-creation and implying no other similar delete tool exists.

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 describes dry-run default behavior, confirm parameter usage, risk level, and lack of undo. Provides alternative action (re-create with pve_sdn_vnet_ip_create) and implies when not to use (if a preview is needed, as no GET exists).

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