macro_analyze
Analyze macros to detect patterns and parameters, enabling efficient OPNSense firewall management and configuration through natural language interactions.
Instructions
Analyze a macro to detect patterns and parameters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Macro ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Macro ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}