Skip to main content
Glama
nomi25home

technitium-mcp-secure

by nomi25home

dns_resolve

Resolve domain names to test DNS records, choose record type, server, and protocol. Query Technitium or an external DNS server for accurate resolution results.

Instructions

Test DNS resolution for a domain name. Resolves using the Technitium server itself or a specified external server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoDNS record type (default: A)
domainYesDomain name to resolve (e.g. google.com)
serverNoOptional DNS server to query (default: this server). Can be IP or DoH URL.
protocolNoDNS protocol to use (default: Udp)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses a key behavioral trait: the ability to resolve via the server itself or an external server. However, it does not mention side effects, read-only nature, or output format. Since the tool is a diagnostic test, the lack of explicit non-destructive language is a minor gap.

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 concise sentences with no redundant words. It front-loads the main verb and resource, and quickly covers the key variance (server selection). Every word contributes to understanding.

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 the tool's simplicity (4 params, no output schema), the description sufficiently covers the core functionality and the main variant (server). It does not explain return values, but the schema's param descriptions and the obvious nature of DNS resolution make this acceptable. It is complete enough for an agent to invoke correctly.

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 four parameters, including enums for type and protocol. The description itself does not add additional parameter semantics, but the schema already does the heavy lifting. Baseline score of 3 is appropriate.

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 the tool's purpose: testing DNS resolution for a domain name. It specifies the verb 'resolve' and the resource 'domain name', and distinguishes itself from sibling tools by emphasizing the ability to use either the Technitium server or an external server.

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 implies a diagnostic use case: 'Test DNS resolution' suggests when an agent needs to verify DNS resolution. However, it does not explicitly mention alternatives or when not to use this tool, though the context is clear enough to differentiate from management tasks like list or update operations.

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