Skip to main content
Glama

create_website_domain

Add a domain to an existing 1Panel website by providing the website ID and domain, with an optional port for custom access.

Instructions

Add domain to website

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNo
domainYes
websiteIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are supplied, so the description must carry the behavioral burden. 'Add' implies a mutation, but the description omits side effects, authentication/permission needs, domain validation behavior, and conflict handling.

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

Conciseness3/5

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

The description is a four-word fragment with no wasted words and the action front-loaded. It is arguably too terse for a three-parameter mutation tool, but it is structurally not bloated.

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

Completeness1/5

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

With no annotations, no output schema, and 0% schema description coverage, the description is far too sparse to support correct invocation. It leaves parameter usage and mutation behavior unexplained.

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

Parameters2/5

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

Schema description coverage is 0%, so the description should compensate. It conceptually references 'domain' and 'website' but ignores the port parameter entirely and adds no format, constraint, or identifier semantics.

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 states a specific verb ('Add') and resource ('domain to website'), making the core action clear. However, it does not differentiate this create/attach operation from siblings such as update_website_domain or delete_website_domain.

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 when-to-use guidance, prerequisites, or alternatives are provided. The agent must infer that this is for adding a domain rather than updating, listing, or deleting one.

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

Deploy Server

Other Tools