Skip to main content
Glama

web_domain_add

Create a new website or web domain in ISPConfig by submitting the client ID and site parameters such as server, domain, and IP address.

Instructions

Create a new website/web domain

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYesSite params (server_id, domain, ip_address, type, etc.)
client_idYesClient ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.9/5.0
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 behavioral disclosure burden. It only states the creation action and does not mention prerequisites, side effects, validation behavior, duplicate handling, or required server context.

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

Conciseness4/5

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

The description is a single, front-loaded sentence with no filler or redundancy. It is appropriately concise, though the brevity comes at the cost of missing behavioral and contextual details.

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?

This is a creation tool with an open nested params object and no output schema, yet the description provides no guidance on required params, return values, side effects, or how it fits into the broader domain lifecycle. The description is too thin to fully support correct invocation.

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 100%, so the schema already documents both parameters. The description adds minimal value by naming example site params like server_id, domain, and ip_address, but it does not explain required nested fields, formats, or constraints, so the baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states a create operation on a website/web domain, which aligns with the sibling web_domain_* family and differentiates from list/get/update/delete. However, it does not explicitly contrast with web_subdomain_add or web_aliasdomain_add, so it stops short of full sibling differentiation.

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?

There is no guidance on when to use this tool versus alternatives. Given the large sibling set with similar add tools like web_subdomain_add, dns_record_add, and mail_domain_add, the agent receives no explicit cue about when this specific creation tool is the right choice.

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