Skip to main content
Glama

getAnalyticsDNSSEC

Retrieve DNSSEC validation statistics for a NextDNS profile within a given time range to monitor security and detect validation issues.

Instructions

Retrieves statistics about DNSSEC validation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profile_idYesProfile ID (6-character alphanumeric identifier)
fromYesStart timestamp for analytics (Unix timestamp or ISO 8601)
toNoEnd timestamp for analytics (Unix timestamp or ISO 8601)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
Behavior2/5

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

With no annotations provided, the description bears full responsibility for behavioral disclosure. It merely says 'Retrieves statistics' without indicating any constraints (e.g., data aggregation, pagination, authentication requirements, or whether results are cached). This is insufficient for safe and correct invocation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, which is concise. However, it lacks structure (e.g., no sections for usage notes) and is too brief to convey important details. It is adequately concise but at the cost of completeness.

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

Completeness2/5

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

Given the tool has 3 parameters (2 required) and many sibling analytics tools, the description is too sparse. It does not clarify the relationship with getAnalyticsDNSSECSeries, what 'statistics' include, or how the time range parameters affect results. While an output schema exists, the description itself is incomplete for the tool's complexity.

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 description coverage is 100%, so the schema already documents all three parameters. The description adds no additional meaning or context beyond what the schema provides. Baseline score of 3 is appropriate as the schema carries the load.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Retrieves statistics about DNSSEC validation' uses a clear verb (Retrieves) and resource (statistics about DNSSEC validation). It broadly distinguishes from sibling analytics tools by focusing on DNSSEC, but does not differentiate from the closely related getAnalyticsDNSSECSeries which likely returns time-series data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool vs alternatives (e.g., when to use getAnalyticsDNSSEC vs getAnalyticsDNSSECSeries). There is no mention of context or exclusions, leaving the agent to infer usage from the tool name alone.

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/dmeiser/nextdns-mcp'

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