Skip to main content
Glama
hl9020

mcp-all-inkl

by hl9020

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

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
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses the 'in_progress' failure mode for updates after creation and explains the optional pick/filter parameters. However, with no annotations, it does not address the safety/destructive nature of delete, permissions, or return value behavior beyond filtering.

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 front-loaded, using a bulleted action list with inline parameter examples. Every sentence adds operational value with no filler.

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

Completeness3/5

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

The tool is complex (5 actions, nested params) and has no output schema or annotations. The description gives an operational overview but omits return values, required fields for update, and when-to-use guidance. It is sufficient for basic invocation but leaves gaps.

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

Parameters3/5

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

Schema coverage is 50% (pick and filter have descriptions), but the description adds concrete examples for create (subdomain_name, domain_name) and move (target_kas_login), and explains pick/filter behavior. The 'params' catch-all remains under-specified, and the update fields token is vague.

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 subdomains' and enumerates five concrete actions (list, create, update, delete, move), making the tool's purpose specific. This distinguishes it from sibling tools like kas_domain and kas_dns by focusing on the subdomain resource.

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 alternatives. It does not mention kas_domain or other siblings as alternatives for domain-level operations. The description implies subdomain management but lacks decision rules or exclusions.

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