Skip to main content
Glama

OPNSense MCP Server

haproxy_action_create

Create HAProxy frontend actions, such as use_backend, redirect, or modify headers, by specifying conditions and values for precise traffic management on OPNSense firewalls.

Instructions

Create an action for HAProxy frontend

Input Schema

NameRequiredDescriptionDefault
backendNoBackend name (for use_backend)
conditionNoACL condition
frontendYesFrontend UUID
typeYesAction type
valueNoAction value

Input Schema (JSON Schema)

{ "properties": { "backend": { "description": "Backend name (for use_backend)", "type": "string" }, "condition": { "description": "ACL condition", "type": "string" }, "frontend": { "description": "Frontend UUID", "type": "string" }, "type": { "description": "Action type", "enum": [ "use_backend", "redirect", "add_header", "set_header", "del_header" ], "type": "string" }, "value": { "description": "Action value", "type": "string" } }, "required": [ "frontend", "type" ], "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