Skip to main content
Glama

OPNSense MCP Server

update_vlan

Modify VLAN descriptions on OPNSense firewalls by specifying the VLAN tag and the updated description. Simplify network configuration management.

Instructions

Update VLAN description

Input Schema

NameRequiredDescriptionDefault
descriptionYesNew description
tagYesVLAN tag

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description", "type": "string" }, "tag": { "description": "VLAN tag", "type": "string" } }, "required": [ "tag", "description" ], "type": "object" }

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/vespo92/OPNSenseMCP'

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