Skip to main content
Glama
desty2k
by desty2k

list_dns_zones

List managed DNS zones, displaying names, types, and activation state. Filter by zone name or type to locate specific zones.

Instructions

List DNS zones. Returns zone names, types, and activation state.

Example questions:

  • "What DNS zones are managed in Akamai?"

  • "Find the DNS zone for example.com"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
searchNoFilter zone names by substring
zone_typeNoFilter by zone type

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description must convey behavioral traits. It states the output fields but omits details on safety (e.g., read-only), pagination, or error handling. The minimal disclosure is insufficient for full transparency.

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 plus examples, with no redundant information. Every element earns its place.

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 (2 optional parameters, output schema exists), the description is largely complete. It could mention that the response includes all zones if no filters, but the examples imply this. The presence of an output schema reduces the need for return value details.

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 has 100% description coverage, so the baseline is 3. The description does not add extra meaning beyond the schema's parameter descriptions for 'search' and 'zone_type'.

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 lists DNS zones and specifies returned fields (names, types, activation state). The examples further clarify the purpose and distinguish from sibling tools like search_dns_records.

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 and examples implicitly indicate when to use this tool (listing zones). However, it does not explicitly mention when to avoid using it or provide alternatives, such as searching DNS records via search_dns_records.

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/desty2k/readonly-mcp-akamai'

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