Skip to main content
Glama

pve_sdn_controller_create

Create a staged SDN controller with a specified type (bgp, evpn, faucet, isis) and protocol-specific options. Dry-run returns a plan; confirm executes the pending creation.

Instructions

MUTATION: create an SDN controller (PENDING — inert until pve_sdn_apply).

controller_type is bgp/evpn/faucet/isis; options carries the protocol-conditional fields — generic passthrough, PVE validates per type. To update an existing controller use pve_sdn_controller_update; to remove one use pve_sdn_controller_delete. Dry-run by default (returns a PLAN); confirm=True creates the pending controller, returning {status, result}. RISK_LOW (staging, no live network effect).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoFalse (default) returns a dry-run PLAN only; True executes the staged mutation.
optionsNoType-specific fields (asn, peers, isis-domain, fabric, node, nodes, ...); PVE validates per type server-side.
controllerYesNew SDN controller id to create.
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.
controller_typeYesController type: bgp, evpn, faucet, or isis.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

Discloses mutation nature, pending state until apply, dry-run vs confirm behavior, and risk level (RISK_LOW, no live network effect). Since no annotations are provided, the description fully carries the burden of behavioral disclosure.

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?

Description is compact (two sentences plus structured notes), front-loaded with 'MUTATION' and key info (pending, dry-run, siblings). Every sentence adds value without redundancy.

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?

Given 6 parameters, 100% schema coverage, and presence of output schema, the description is complete. It covers creation intent, pending state, type constraint, dry-run vs confirm, updates/deletion alternatives, and risk assessment.

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 covers all parameters with 100% description coverage. Description adds context about controller_type valid values (bgp/evpn/faucet/isis) and explains options as 'generic passthrough' validated per type, which supplements schema details effectively.

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?

Description clearly states it creates an SDN controller, lists supported controller_type values, and distinguishes from pve_sdn_controller_update and pve_sdn_controller_delete. The verb 'create' combined with the resource 'SDN controller' and pending nature is explicit.

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 states when to use (create), when not to (use update/delete for modifications/removal), and describes dry-run default behavior. References pve_sdn_apply for finalization, providing clear usage context.

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