Skip to main content
Glama
nomi25home

technitium-mcp-secure

by nomi25home

dns_set_settings

Update DNS server settings via key/value pairs for forwarders, blocking, recursion, cache, and more. Retrieve current settings to discover available keys.

Instructions

Update DNS server settings. Pass key/value pairs for any settings to change (e.g. forwarders, blocking, recursion, cache). Use dns_get_settings first to see current values and available keys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forwardersNoComma-separated list of forwarder addresses (IP, hostname, or DoH URL)
logQueriesNoEnable or disable query logging
preferIPv6NoPrefer IPv6 for DNS resolution
blockListUrlsNoComma-separated list of block list URLs to use for domain blocking
enableBlockingNoEnable or disable domain blocking
dnssecValidationNoEnable or disable DNSSEC validation
forwarderProtocolNoProtocol for upstream forwarders
reverseProxyNetworkACLNoComma-separated list of IP addresses trusted as reverse proxies (for X-Real-IP header processing)
Behavior2/5

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

With no annotations, the description must carry the full burden of behavioral disclosure. It states the tool updates settings and supports partial updates via key/value pairs, but does not mention side effects, permanence, required permissions, return values, or whether changes are immediately applied. This is a significant gap for a mutation tool.

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 two sentences with no redundancy. The first sentence states purpose, the second provides essential usage guidance. Every word contributes meaning, making it appropriately sized and front-loaded.

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

Completeness3/5

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

Given the 8 optional parameters are fully documented in the schema and the description provides a usage prerequisite, the description is adequate. However, for a mutation tool with no output schema or annotations, it would benefit from stating what the success response looks like, whether changes require a service restart, or any side effects on existing settings. These gaps keep it from being complete.

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 coverage is 100%, so the baseline is 3. The description adds value by clarifying that only settings to change need to be passed, reinforcing the partial-update behavior. It also suggests using dns_get_settings to discover available keys, which aids parameter understanding beyond the raw schema.

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 DNS server settings', using a specific verb and resource. It distinguishes from sibling tools like dns_get_settings and zone-specific tools by focusing on global server settings, and provides concrete examples of what can be changed.

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?

The description provides explicit guidance to use dns_get_settings first to see current values and available keys, indicating a recommended workflow. It implies this tool is for server-wide settings rather than zone/record-specific changes, though it does not explicitly name alternatives like dns_set_zone_options.

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/nomi25home/technitium-mcp-secure'

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