Skip to main content
Glama

regru_manage_dnssec

Check, enable, or disable DNSSEC for a domain, letting you verify DNS security status or adjust DNSSEC settings as needed.

Instructions

Manage DNSSEC for a domain: check status, enable, or disable DNSSEC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform: status (check), enable, or disable
domain_nameYesDomain name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. It says nothing about permission requirements, whether enabling/disabling is reversible or takes time to propagate, what happens if the domain lacks DNSSEC support, or any side effects. For a mutation tool this is a significant 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?

A single front-loaded sentence with no wasted words. It immediately states the resource and the available actions.

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?

The tool is low-complexity with only two parameters and no output schema, so the description need not explain return values. However, given the absence of annotations and the state-changing nature of two actions, it should provide more context about effects and prerequisites.

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?

Schema coverage is 100% and the action enum is fully described in the schema itself. The description merely restates the actions and adds no format, syntax, or semantic detail beyond what the schema already provides, so the baseline 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 states a specific verb (manage), resource (DNSSEC), and scope (for a domain), then enumerates the three actions. It clearly distinguishes the tool from all DNS-record siblings, which do not touch DNSSEC.

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 three actions imply usage (check status, enable, disable), but the description gives no explicit context about when this tool should be chosen over the sibling DNS tools, nor any prerequisites or when-not conditions. Usage is left to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.