Skip to main content
Glama

OPNSense MCP Server

macro_play

Execute a saved macro on the OPNSense MCP Server to automate network tasks, configure firewall rules, or manage VLANs. Supports parameter substitution and dry-run mode for testing.

Instructions

Play a saved macro

Input Schema

NameRequiredDescriptionDefault
dryRunNoExecute in dry-run mode without making actual API calls
idYesMacro ID
parametersNoParameters to substitute in the macro

Input Schema (JSON Schema)

{ "properties": { "dryRun": { "default": false, "description": "Execute in dry-run mode without making actual API calls", "type": "boolean" }, "id": { "description": "Macro ID", "type": "string" }, "parameters": { "additionalProperties": true, "description": "Parameters to substitute in the macro", "type": "object" } }, "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