Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
verify_dnssec_chainB

Performs recursive cryptographic chain of trust validation (Root -> TLD -> Domain) for DNSSEC.

audit_dnssec_recordsB

Inspects and audits DNSKEY, DS, and RRSIG signature expiration and cipher strength.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one validates the full chain of trust, the other audits specific record types and their properties. There is no meaningful overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (verify_dnssec_chain, audit_dnssec_records), making the naming predictable and easy to reason about.

Tool Count3/5

Two tools is on the thin side for a general 'dnssec' server, though both are substantive and serve a focused read-only verification/audit purpose. The count feels borderline but justifiable.

Completeness3/5

The tools cover DNSKEY/DS/RRSIG auditing and chain validation, but the server lacks other common DNSSEC operations like signing, key generation, or record retrieval. Notable gaps exist for broader DNSSEC management, though the read-only validation workflow is reasonably covered.

Maintenance

ActivityMaintained
ResponsivenessNo issues