Skip to main content
Glama
sapientsai

dokploy-mcp-server

by sapientsai

dokploy_domain

Manage domains for applications and compose services. Create, list, update, delete, generate, or validate domain configurations.

Instructions

Manage domains. create: host+applicationId|composeId(+serviceName for compose). list: applicationId|composeId. get: domainId. update: domainId+host (include composeId+serviceName for compose domains). delete: domainId. generate: appName. canGenerateTraefikMe: serverId?. validate: domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
pathNo
portNo
httpsNo
actionYes
domainNo
appNameNo
domainIdNo
serverIdNo
serverIpNo
composeIdNo
domainTypeNocompose | application | preview
serviceNameNo
applicationIdNo
certificateTypeNoletsencrypt | none | custom
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only lists action syntax without mentioning whether operations are destructive, idempotent, or require specific permissions. No details on side effects or error conditions.

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 single sentence with colon-separated snippets for each action. It is concise but dense and hard to parse quickly. Better structuring (e.g., bullet points or sections) would improve readability.

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?

With 8 actions and 15 parameters, no output schema, and no explanations for return values or behavior, the description is incomplete. For a complex multi-action tool, more detail is needed on what each action returns and under what conditions it succeeds or fails.

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 description coverage is only 13%, but the description adds meaning by specifying which parameters are needed for each action (e.g., create requires host+applicationId|composeId(+serviceName)). However, many parameters like path, port, https, serverIp are not explained in the description, leaving gaps.

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 starts with 'Manage domains.' and lists all actions (create, list, get, update, delete, generate, canGenerateTraefikMe, validate) with parameter hints. It clearly identifies the tool as a domain manager, distinct from sibling tools managing 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 Guidelines3/5

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

The description provides action-specific parameter requirements but does not offer guidance on when to use this tool versus alternatives (e.g., other dokploy tools). It implicitly covers usage per action, but lacks explicit when-to/when-not-to advice.

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/sapientsai/dokploy-mcp-server'

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