Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

update_dns_resolver_settings

Idempotent

Update DNS Resolver (Unbound) settings on pfSense to manage service status, DNSSEC, forwarding, DHCP registration, interfaces, and custom options.

Instructions

Update DNS Resolver (Unbound) settings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dnssecNoEnable or disable DNSSEC validation
enableNoEnable or disable the DNS Resolver service
forwardingNoEnable or disable forwarding mode (forward queries to upstream DNS)
register_dhcpNoRegister DHCP leases in the DNS Resolver
custom_optionsNoCustom Unbound configuration options (advanced)
active_interfacesNoInterfaces on which Unbound accepts client queries
apply_immediatelyNoWhether to apply changes immediately
register_dhcp_staticNoRegister DHCP static mappings in the DNS Resolver

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

Annotations already indicate this is a non-readonly, idempotent, non-destructive operation, and the description adds no further behavioral context. It does not mention that only provided parameters are updated or that apply_immediately controls when changes take effect, which are critical traits beyond the annotations.

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?

The description is a single, front-loaded sentence with no wasted words. It concisely conveys the core action and resource.

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

Completeness2/5

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

Given the tool's complexity (8 optional parameters) and the existence of sibling tools like apply_dns_resolver_changes, the one-sentence description is insufficient. It omits key semantics such as partial-update behavior, the meaning of apply_immediately, and how this differs from applying pending changes. The output schema and annotations mitigate some gaps but not usage context.

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

Parameters3/5

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

The input schema provides 100% coverage with descriptions for all 8 parameters, so the description does not need to elaborate. The generic 'settings' wording adds nothing beyond the schema's field-level details.

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

Purpose4/5

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

The description uses the specific verb 'Update' with a clear resource ('DNS Resolver (Unbound) settings'), making the action unambiguous. It distinguishes from sibling getters like get_dns_resolver_settings, but does not explicitly differentiate from apply_dns_resolver_changes, which could be confused with this tool.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as apply_dns_resolver_changes or get_dns_resolver_settings. It lacks any context about prerequisites, partial updates, or whether changes require a separate apply step.

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/gensecaihq/pfsense-mcp-server'

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