Skip to main content
Glama

OPNSense MCP Server

macro_generate_tool

Create tool definitions for OPNSense MCP Server by generating them from macros, enabling automation and configuration of firewall rules, VLANs, and network interfaces.

Instructions

Generate an MCP tool definition from a macro

Input Schema

NameRequiredDescriptionDefault
idYesMacro ID
saveNoSave the generated tool to a file

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Macro ID", "type": "string" }, "save": { "default": false, "description": "Save the generated tool to a file", "type": "boolean" } }, "required": [ "id" ], "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