list_domains
List the account's domains (custom ones with verification state and pending DNS setup records, plus the shared domains).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
List the account's domains (custom ones with verification state and pending DNS setup records, plus the shared domains).
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description discloses key behavioral aspects: it returns domains with verification state and pending DNS setups. It does not mention authentication, rate limits, or pagination, but for a zero-parameter list tool, this is sufficient.
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 well-structured sentence that efficiently conveys the tool's scope without unnecessary words.
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 simple list tool with no parameters, the description completely covers what is returned and the distinction between custom and shared domains. No output schema exists, but the description adequately informs the agent of the output content.
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 tool has no parameters, so the description does not need to add meaning beyond the schema. Schema coverage is trivially 100%, and no additional parameter info 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 clearly states the tool lists domains associated with the account, specifically mentioning custom domains with verification state and pending DNS setup records, along with shared domains. This distinguishes it from sibling tools like create_domain or delete_domain.
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 implies usage for listing domains but provides no explicit guidance on when to choose this tool over alternatives or any exclusions. It lacks explicit context for when-not to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.