Skip to main content
Glama
hl9020

mcp-all-inkl

by hl9020

kas_domain

List, create, update, delete, and move domains on All-Inkl hosting using the KAS API.

Instructions

Manage domains. Actions:

  • list: no params - list all domains

  • list_tlds: no params - available TLDs

  • create: params {domain_name, domain_tld, domain_path, ssl_proxy, redirect_status}

  • update: params {domain_name, ...fields}

  • delete: params {domain_name}

  • move: params {domain_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

TableJSON Schema
NameRequiredDescriptionDefault
pickNoReturn only these fields from each result (reduces token usage)
actionYes
filterNoFilter array results by field values, e.g. {record_type: "MX"}
paramsNo
Behavior2/5

Does 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. It lists action names and parameters but does not explain side effects (e.g., delete is destructive, move changes ownership), permissions, reversibility, or return values. The pick/filter option is helpful but not behavioral.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and well-structured with a bulleted action list, making it easy to scan. Every sentence/line adds relevant information, and the optional params are explained in one concise sentence without unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 6 actions and no output schema or annotations, the description should provide more context about return values, errors, or prerequisites. The update action is vague, and there is no mention of what each action returns or potential side effects, leaving significant gaps for effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description supplements the generic 'params' object in the schema by listing domain-specific parameters for create and move (e.g., domain_tld, domain_path, ssl_proxy, target_kas_login). However, update uses vague ellipsis ('...fields') and no types or constraints are given, leaving some parameters undefined.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Manage domains' and enumerates specific actions (list, list_tlds, create, update, delete, move), identifying the resource and operations. This distinguishes it from sibling tools like kas_ssl, kas_dns, and kas_database that manage other resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is provided on when to use this tool versus sibling tools or how to choose among actions. The description only says 'Manage domains' without discussing prerequisites, alternatives, or exclusions, leaving usage entirely implicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hl9020/mcp-all-inkl'

If you have feedback or need assistance with the MCP directory API, please join our Discord server