Skip to main content
Glama
vcode-sh

@vibetools/dokploy-mcp

by vcode-sh

Execute Dokploy Workflow

execute

Run JavaScript code against the Dokploy API or use guided workflows to deploy applications with target resolution, preview/apply selection, and rollout options.

Instructions

Run JavaScript code or a guided Dokploy workflow. In code mode, write bare JS against global dokploy and helpers without wrapping it in a function. In workflow mode, deploy-application can resolve a target, choose preview vs apply, collect bounded rollout options, and build a bounded plan when sampling and elicitation are enabled. When MCP tasks are enabled, execute also supports polling and cancellation for long-running runs. Known Dokploy IDs yield reusable dokploy://... resource links, and search helps discover procedures.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeNoJavaScript code. `dokploy` and `helpers` are globals -- do NOT wrap in a function. Simple: `await dokploy.project.all()`. Multi-step: `const app = await dokploy.application.one({ applicationId: "abc" }); return app.name`. dokploy.<module>.<method>(params) calls the Dokploy API. helpers: sleep(ms), assert(cond, msg), pick(obj, keys), limit(arr, n).
workflowNoOptional guided workflow mode. Currently supports `deploy-application` with interactive target resolution, preview/apply selection, bounded rollout options, and an MCP-native plan when phase 3 sampling and elicitation are enabled.
profileNoDokploy profile name. Required when DOKPLOY_PROFILES_JSON configures multiple profiles.
Behavior4/5

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

The description discloses key behavioral traits such as code execution, workflow modes, polling/cancellation for long-running runs, and resource links. The annotation 'openWorldHint: true' is aligned, and the description adds useful context beyond annotations, though it could be more explicit about side effects.

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 well-structured with clear separation of code mode and workflow mode. While it is relatively long, the length is justified by the complexity of the tool. A minor improvement could be front-loading the core purpose more succinctly.

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?

Given the tool's complexity (nested objects, no output schema), the description covers modes, parameters, globals, and workflow features. It mentions resource links and search, but lacks explicit details on return values or error handling, which is a minor gap.

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

Parameters5/5

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

Schema coverage is 100% with detailed parameter descriptions. The tool description goes beyond the schema by explaining the purpose of globals (dokploy, helpers), usage patterns, and workflow options like target resolution and rollout. This adds significant value.

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 runs JavaScript code or a guided Dokploy workflow, distinguishing two modes (code and workflow). It provides specific details about each mode, but does not explicitly differentiate from sibling tools like list_profiles or search.

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 implies when to use each mode (code vs workflow) but lacks explicit guidance on when not to use the tool or when to prefer siblings. It mentions specific workflow capabilities but does not set clear boundaries.

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/vcode-sh/dokploy-mcp'

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