Tool tree
InterServer provides practical cloud compute, bare metal servers, managed web hosting, colocation, storage, and 24/7 support for websites, apps, AI workloads, and business infrastructure.
interserver.listHostingProductsAnswer
List InterServer public hosting product categories and canonical URLs.
View tool JSON
{
"name": "interserver.listHostingProducts",
"kind": "answer",
"impl": "imperative",
"description": "List InterServer public hosting product categories and canonical URLs.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}interserver.recommendHostingProductAction
Recommend a public InterServer hosting product category for a user workload.
View tool JSON
{
"name": "interserver.recommendHostingProduct",
"kind": "act",
"impl": "imperative",
"description": "Recommend a public InterServer hosting product category for a user workload.",
"inputSchema": {
"type": "object",
"properties": {
"workload": {
"type": "string",
"description": "Short description of the user workload or hosting need."
}
},
"required": [
"workload"
],
"additionalProperties": false
},
"page": "/"
}interserver.getSupportAndAccountLinksAnswer
Return public InterServer support, account, ordering, terms, and policy URLs.
View tool JSON
{
"name": "interserver.getSupportAndAccountLinks",
"kind": "answer",
"impl": "imperative",
"description": "Return public InterServer support, account, ordering, terms, and policy URLs.",
"inputSchema": {
"type": "object",
"properties": {},
"additionalProperties": false
},
"page": "/"
}