Skip to main content
Glama

domains.get_dns_hosts

List DNS host records for one domain this Vee3 account manages.

Use for managed Namecheap DNS only. For public DNS lookup of any domain, use domains.dns_records instead.

Cost = 3 tokens.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesManaged domain name (for example example.com).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostsNoDNS host records. Each item includes host_id, host_name, record_type, address, optional mx_pref, and optional ttl.
domainNoManaged domain name.
is_using_namecheap_dnsNoWhether the domain currently uses Namecheap DNS.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the managed-domain scope and the cost of 3 tokens, but does not mention error behavior, read-only nature explicitly, or pagination. These are useful but not comprehensive disclosures.

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?

Three short sentences, front-loaded with the core purpose, followed by usage constraint and cost. Every sentence earns its place with no redundancy.

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?

For a single-parameter list tool with an output schema, the description covers purpose, usage, alternative, and domain constraint. It omits minor details like response format, but the output schema compensates, making this fairly complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already covers the single 'domain' parameter with a clear description. The tool description adds value by further narrowing the parameter to 'this Vee3 account manages' and 'managed Namecheap DNS only', which clarifies what domains are valid beyond the schema text.

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 'List DNS host records for one domain this Vee3 account manages' with a specific verb and resource, and immediately distinguishes itself from the sibling tool domains.dns_records by scoping to managed Namecheap DNS.

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

Usage Guidelines5/5

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

Explicitly states 'Use for managed Namecheap DNS only' and 'For public DNS lookup of any domain, use domains.dns_records instead', giving clear when-to-use and when-not-to-use guidance with a named alternative.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.