Skip to main content
Glama
gensecaihq

pfSense MCP Server

by gensecaihq

apply_dns_resolver_changes

Idempotent

Apply pending DNS Resolver configuration changes to activate host overrides, domain overrides, access lists, or settings on pfSense firewall.

Instructions

Apply pending DNS Resolver configuration changes

Sends a POST to the DNS Resolver apply endpoint to activate any pending host override, domain override, access list, or settings changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate this is an idempotent, non-destructive write operation. The description adds the implementation detail of a POST request and the specific change categories affected, but does not disclose potential side effects like temporary service interruption.

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?

Two sentences front-load the primary action and provide a brief, informative explanation without redundant wording. The description is efficient and well-structured.

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?

For a zero-parameter tool with full annotations and an output schema, the description gives sufficient context about what changes are applied. It does not explicitly mention prerequisites for pending changes, but this is reasonably implied. Slight room for improvement in usage guidance.

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?

The input schema has zero parameters, so the description correctly requires no input. With no parameters to document, the baseline score of 4 applies.

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 identifies the tool's function: 'Apply pending DNS Resolver configuration changes' and specifies the scope by listing host override, domain override, access list, or settings changes. This distinguishes it from sibling apply_* tools such as apply_dns_forwarder_changes.

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

Usage Guidelines3/5

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

The usage context is implied: the tool activates pending DNS Resolver changes, but the description does not explicitly state when to call it relative to making configuration changes or mention alternatives. It would benefit from stating that it should be used after modifying DNS resolver settings, not for DNS forwarder changes.

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