Skip to main content
Glama

pve_sdn_subnet_delete

Deletes an SDN subnet from a virtual network. Provide vnet and subnet IDs. Dry-run previews removal before applying.

Instructions

MUTATION: delete an SDN subnet (PENDING). subnet is the id from pve_sdn_subnet_list. Dry-run by default. RISK_MEDIUM (staging a removal an apply would enact).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vnetYes
subnetYes
confirmNo
lock_tokenNo
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 provides useful behavioral insights: it labels the tool as 'MUTATION', indicates it's 'PENDING' (staged), mentions 'Dry-run by default', and states risk level 'RISK_MEDIUM'. This goes beyond basic schema info by explaining the dry-run behavior and the need for subsequent 'apply'. However, it doesn't detail the output format or error handling.

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 very concise: three sentences that front-load the purpose ('MUTATION: delete'), then provide key usage notes. Every sentence adds value without redundancy.

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

Completeness3/5

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

Given the presence of an output schema, return values are not expected in the description. However, the description does not fully explain the deletion workflow—e.g., the difference between dry-run and actual deletion, or the role of 'confirm' and 'lock_token'. The term 'PENDING' is ambiguous and could be clarified.

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?

The input schema has only 20% description coverage (proximo_target). The description adds meaning to the 'subnet' parameter by noting it comes from pve_sdn_subnet_list, which is helpful. However, it does not explain 'vnet', 'confirm', or 'lock_token' beyond the schema's minimal info, leaving gaps in understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'delete an SDN subnet', specifying the verb and resource. It also clarifies that 'subnet' refers to the id from pve_sdn_subnet_list. However, it does not explicitly distinguish this from other subnet operations like update or create, though the action 'delete' is self-explanatory.

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

Usage Guidelines3/5

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

The description mentions 'Dry-run by default' and 'RISK_MEDIUM', implying that the tool is for staging removals and requires an apply to enact. However, it lacks explicit guidance on when to use this tool versus alternatives (e.g., no mention of pve_sdn_subnet_update or other delete tools), and does not state prerequisites or when not to use it.

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