Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOMAINNoDomain for certificate generationlocalhost
MCP_HOSTNoServer bind address0.0.0.0
MCP_PORTNoServer port8000
LOG_LEVELNoLogging levelINFO
HTTPS_PORTNoExternal HTTPS port8088
DNS_RETRIESNoMax retry attempts3
DNS_TIMEOUTNoQuery timeout in seconds5
DEFAULT_RESOLVERNoDefault DNS resolver IP

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
dns_lookupA

Query DNS records for a domain. Supports all record types including DNSSEC.

dns_reverseC

Reverse DNS lookup (PTR) for an IP address.

dns_bulkB

Query DNS records for multiple domains in one call.

dns_reverse_bulkA

Reverse DNS lookup for multiple IP addresses.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: single forward lookup, single reverse lookup, bulk forward lookup, and bulk reverse lookup. There is no overlap between them, and an agent can easily choose the right one based on the operation and cardinality.

Naming Consistency4/5

The naming follows a predictable pattern: 'dns_' prefix with an action and optional '_bulk' suffix. However, 'dns_bulk' deviates from the pattern used by 'dns_lookup' — a more consistent name would be 'dns_lookup_bulk'.

Tool Count5/5

Four tools is well-scoped for a DNS lookup server. The set covers the essential operations without unnecessary bloat.

Completeness5/5

The domain is DNS queries, and the tools cover both forward and reverse lookups in singular and bulk forms. All record types are supported, including DNSSEC, so there are no obvious gaps for a read-only DNS lookup server.

Maintenance

ActivityInactive
ResponsivenessNo issues