Skip to main content
Glama

OPNSense MCP Server

macro_import

Import macros from a specified file into the OPNSense MCP Server, enabling streamlined firewall rule and network management with optional overwrite capability.

Instructions

Import macros from a file

Input Schema

NameRequiredDescriptionDefault
overwriteNoOverwrite existing macros
pathYesImport file path

Input Schema (JSON Schema)

{ "properties": { "overwrite": { "default": false, "description": "Overwrite existing macros", "type": "boolean" }, "path": { "description": "Import file path", "type": "string" } }, "required": [ "path" ], "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