kas_subdomain
List, create, update, delete, and move subdomains on All-Inkl hosting, with optional filtering and field selection.
Instructions
Manage subdomains. Actions:
list: no params - list all subdomains
create: params {subdomain_name, domain_name} - e.g. subdomain_name="www", domain_name="example.com"
update: params {subdomain_name, ...fields} - may fail with "in_progress" right after creation, retry after a few seconds
delete: params {subdomain_name}
move: params {subdomain_name, target_kas_login} Optional params for all tools: "pick" (array of field names to return, reduces tokens) and "filter" (object to match, e.g. {"record_type":"MX"} returns only matching entries).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pick | No | Return only these fields from each result (reduces token usage) | |
| action | Yes | ||
| filter | No | Filter array results by field values, e.g. {record_type: "MX"} | |
| params | No |