Skip to main content
Glama
sapientsai

dokploy-mcp-server

by sapientsai

dokploy_registry

Manage container registries for private Docker images. List, create, update, test credentials, and remove registries to control access to private image repositories.

Instructions

Manage container registries for pulling private images. list. get: registryId. create: registryName+username+password+registryUrl (registryType defaults to 'cloud'). update: registryId+fields. remove: registryId. test: registryName+username+password+registryUrl (without persisting). testById: registryId, serverId?.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
registryIdNo
registryNameNo
usernameNo
passwordNo
registryUrlNoRegistry URL, e.g. ghcr.io or registry.hub.docker.com
registryTypeNo
imagePrefixNoOptional image prefix prepended to pull paths
serverIdNo
Behavior2/5

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

Discloses some behavior (test without persisting, default registryType) but lacks details on side effects, idempotency, permissions, and update behavior, leaving critical behavioral traits undocummented.

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

Conciseness2/5

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

Though brief, the description uses a compact but cluttered format with dots and plus signs, hindering readability for an AI agent and lacking clear separation of actions.

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 complexity of 9 parameters and 7 sub-actions without output schema or annotations, the description is insufficiently detailed to guide proper use, missing return values and parameter dependencies.

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?

Adds meaning beyond schema for some parameters (default cloud type, test vs persist) but does not cover all parameters like imagePrefix and serverId, moderately compensating for low schema coverage (22%).

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 the tool manages container registries for pulling private images and enumerates sub-actions (list, get, create, etc.), distinguishing it from sibling tools focused on 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 on when to use this tool vs alternatives; it only lists actions without context or prerequisites, forcing the agent to infer usage.

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