Skip to main content
Glama
sapientsai

dokploy-mcp-server

by sapientsai

dokploy_mounts

Manage volumes, bind mounts, and files attached to services. Create, update, remove, or list mounts by service or application. Changes require redeploy.

Instructions

Manage mounts (volumes, bind mounts, files) attached to services. Mount changes require a redeploy of the parent service to take effect. create: type+mountPath+serviceId+serviceType (+volumeName for volume, +hostPath for bind, +filePath+content for file). update: mountId (+any field). remove: mountId. get: mountId. listByServiceId: serviceType+serviceId. allNamedByApplicationId: applicationId (named volumes only). serviceType: application|postgres|mysql|mariadb|mongo|redis|compose|libsql.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
mountIdNo
typeNobind | volume | file
mountPathNoPath inside the container
hostPathNoRequired for type=bind
volumeNameNoRequired for type=volume
filePathNoRequired for type=file
contentNoFile contents for type=file
serviceTypeNo
serviceIdNoID of the service the mount attaches to
applicationIdNo
composeIdNo
libsqlIdNo
mariadbIdNo
mongoIdNo
mysqlIdNo
postgresIdNo
redisIdNo
Behavior2/5

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

No annotations present; description only mentions that redeployment is required, but lacks details on side effects, permissions, or whether operations are additive/replacement. This is insufficient for a mutation tool.

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 extremely concise, using compact notation to summarize multiple actions and their parameters without wasted words.

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

Completeness4/5

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

Despite high parameter count and no output schema, the description covers all actions and their required fields. It omits output/error behavior but is largely complete for usage.

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

Parameters4/5

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

With low schema coverage (39%), the description adds valuable context by summarizing which parameters are needed per action, beyond what the schema provides.

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 mounts' and enumerates the resource types and actions, 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 Guidelines4/5

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

The description provides explicit required fields per action and notes that redeployment is needed, but does not explicitly compare to alternatives or state when not to use.

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