Skip to main content
Glama
lucamarien

OPNsense MCP Server

by lucamarien

opn_update_dns_override

Modify a DNS host override's hostname, domain, IP, description, or enabled status using its UUID. Changes are applied instantly to Unbound.

Instructions

Update an Unbound DNS host override by UUID and apply immediately.

Use this when you need to change the hostname, domain, IP address, or other properties of a DNS override. Only the parameters you provide are changed; all other settings are preserved.

Changes are applied immediately (Unbound is reconfigured automatically). DNS overrides cannot be auto-reverted — verify settings before calling. Use opn_list_dns_overrides first to find the UUID.

Parameters:

  • uuid: override UUID (from opn_list_dns_overrides)

  • hostname: new hostname part (e.g. 'myserver')

  • domain: new domain part (e.g. 'local.lan')

  • server: new IP address (IPv4 or IPv6)

  • description: new description

  • enabled: enable/disable the override

Returns: dict with 'result' (str), 'uuid' (str), and 'applied' status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes
hostnameNo
domainNo
serverNo
descriptionNo
enabledNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries burden. Discloses immediate application (Unbound reconfigured), preservation of non-provided parameters, non-revertability, and return structure. Does not cover error handling or authentication.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured: header, usage context, immediate effect warning, parameter list, return info. Each sentence adds value. No fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 6 params with 0% schema coverage, description covers parameters, usage, and return. Lacks error cases (e.g., missing UUID) and explicit mention of override type. Good overall.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so description must compensate. Lists all 6 parameters with explanations and examples (e.g., 'e.g. myserver', 'IPv4 or IPv6'). Adds meaning beyond bare schema types. Could improve with format constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Update an Unbound DNS host override by UUID', specifying the verb (update), resource (DNS host override), and method (by UUID). It distinguishes from sibling tools like add and delete.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says when to use (to change properties), recommends using opn_list_dns_overrides first to get UUID, and warns that changes cannot be auto-reverted. Lacks mention of alternatives like add/delete but is clear overall.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/lucamarien/opnsense-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server