find_device_by_name
Search for devices on an OPNSense MCP Server by entering a hostname pattern. Simplify device identification and management with this targeted query tool.
Instructions
Find devices by hostname pattern
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pattern | Yes | Hostname pattern to search (case-insensitive) |
Input Schema (JSON Schema)
{
"properties": {
"pattern": {
"description": "Hostname pattern to search (case-insensitive)",
"type": "string"
}
},
"required": [
"pattern"
],
"type": "object"
}