Skip to main content
Glama
itunified-io

mcp-opnsense

by itunified-io

opnsense_vlan_create

Creates an 802.1Q VLAN interface on a parent interface for network segmentation. Requires subsequent binding to a logical interface and IP assignment.

Instructions

Create a new 802.1Q VLAN interface on a parent interface. After create, run opnsense_if_assign to bind the VLAN to a logical interface (opt1, opt2, ...) and opnsense_if_configure to assign an IP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
parent_interfaceYesParent physical interface device name (e.g. 're0', 'igb0')
vlan_tagYes802.1Q VLAN ID (1-4094)
descriptionNoHuman-readable description of the VLAN
priorityNo802.1p priority (0-7, default 0)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only says 'create,' implying mutation, but fails to disclose side effects, prerequisites (e.g., parent interface must exist), error behavior, or return values. The follow-up steps are helpful but insufficient for full transparency.

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 two sentences: the first states the purpose, and the second provides essential follow-up steps. Every sentence adds value with no 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?

The description gives a minimal but adequate explanation for a create tool with well-described parameters. It lacks details on return values, error handling, and edge cases, but given the presence of a clear schema and follow-up instructions, it is sufficient for basic usage.

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 100%, so the baseline is 3. The description does not add any parameter-specific information beyond what the schema already provides.

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 'Create a new 802.1Q VLAN interface on a parent interface,' using a specific verb and resource. It distinguishes from sibling tools like update, delete, and list.

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

Usage Guidelines4/5

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

The description explicitly provides follow-up steps (run opnsense_if_assign and opnsense_if_configure), giving clear guidance on the workflow after creation. However, it does not explicitly state when to use this tool versus alternatives 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/itunified-io/mcp-opnsense'

If you have feedback or need assistance with the MCP directory API, please join our Discord server