MCP tool · Domains
list_subdomains
List subdomains — each as {label, full}, e.g.
list_subdomains
Read-onlyIdempotent
Description
List subdomains — each as {label, full}, e.g. blog → blog.example.com. A domain input covers that domain; a service id covers every domain on the account (scope says which). To add one use create_subdomain; to remove one use delete_subdomain.
Input
| Name | Type | Description |
|---|---|---|
input
required
|
string |
A domain, email address, website URL, numeric service id, or hosting-account username the customer actually owns. Resolved to the owning account automatically; the resolved target is echoed back in the response.
|