Skip to main content
Glama
rsp2k
by rsp2k

dns_list_domains

List all DNS domains in your Vultr account. Choose compact output for a quick summary or JSON for full details.

Instructions

List all DNS domains in your Vultr account.

Args: format: Output format - 'compact' (default, one domain per line) or 'json' (full details)

Returns: All DNS domains in the requested format

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNocompact

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.1

TDQS

A4.1/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 full burden. It discloses the output format options but does not explicitly state that the operation is read-only, nor does it mention any permissions, rate limits, or side effects. The behavior is simple and mostly clear, but lacks explicit safety or side-effect disclosure.

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 concise, front-loads the main purpose, and uses a clear structure with Args and Returns sections. No redundant or filler content; every sentence serves a purpose.

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?

With an output schema present, detailed return-value documentation is not necessary. The description explains the input parameter sufficiently and states what the operation returns. The tool is simple, and the description is complete enough for an agent to call it correctly, though it could optionally mention pagination or other constraints.

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

Parameters5/5

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

The description thoroughly explains the only parameter 'format', detailing both allowed values ('compact' and 'json') and what each returns, with the default noted. This goes beyond the bare schema which only specifies type and default, providing meaningful semantics for the agent.

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 and resource: 'List all DNS domains in your Vultr account.' It clearly distinguishes itself from sibling tools like dns_list_records (records) and dns_get_domain (single domain) by scope and action.

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 description implies usage for listing all domains, but does not explicitly mention alternatives or when not to use it. No exclusionary guidance is provided, but the purpose is unambiguous enough to infer correct usage.

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

Deploy Server

Other Tools