adm_domains
Get a list of all domains in your account to view and manage your domain portfolio.
Instructions
List all domains in your account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Get a list of all domains in your account to view and manage your domain portfolio.
List all domains in your account
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v2.0.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. The verb 'List' signals a read-only operation and 'all domains in your account' specifies the result scope. It does not disclose output format, pagination, or auth needs, but for a simple no-parameter list tool these are minor gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single six-word sentence with no filler, and the core action is front-loaded. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter listing tool, 'List all domains in your account' is nearly complete and sufficient for an agent to invoke it correctly. It could be richer by explicitly stating that the response is a list of domains or mentioning pagination, but the tool's simplicity keeps this gap small.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so the description has no parameter burden. Baseline 4 applies because the empty schema fully covers the parameter surface and no parameter-level explanation is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') with a clear resource and scope ('all domains in your account'). The word 'all' distinguishes it from sibling tools like adm_domain_check or adm_domain_zones, making the tool's purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use the tool: when you need to enumerate all domains in the account. However, it provides no explicit guidance about when not to use it or which sibling tool to prefer for narrower domain operations, so usage context is only implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.