Skip to main content
Glama

OPNSense MCP Server

iac_plan_deployment

Plan and preview infrastructure deployment changes on OPNSense MCP Server, ensuring accurate configuration of resources such as VLANs and firewall rules without applying modifications.

Instructions

Plan infrastructure deployment changes

Input Schema

NameRequiredDescriptionDefault
dryRunNoPreview changes without applying
nameYesDeployment name
resourcesYesResources to deploy

Input Schema (JSON Schema)

{ "properties": { "dryRun": { "default": true, "description": "Preview changes without applying", "type": "boolean" }, "name": { "description": "Deployment name", "type": "string" }, "resources": { "description": "Resources to deploy", "items": { "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "properties": { "type": "object" }, "type": { "type": "string" } }, "required": [ "type", "id", "name", "properties" ], "type": "object" }, "type": "array" } }, "required": [ "name", "resources" ], "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