Skip to main content
Glama
vcode-sh

@vibetools/dokploy-mcp

by vcode-sh

Search Dokploy API

search
Read-onlyIdempotent

Search the Dokploy API catalog to retrieve procedure names, parameters, schemas, and response hints using text, tags, or recommendations.

Instructions

Search the Dokploy API catalog. IMPORTANT: Do NOT wrap code in a function -- catalog is already a global. Write bare code: catalog.searchText("deploy") or catalog.recommend("safe database password rotation") or catalog.getByTag("application") or catalog.get("application.one"). Common patterns: catalog.recommend("tail project logs across environments") -> helper-first workflow suggestions; catalog.get("application.one") -> application detail fields plus optional shaping params; catalog.get("application.update") -> build/runtime/resource tuning fields such as byte-based memory limits; catalog.get("application.many") -> batched application reads; catalog.get("project.overview") -> compact project state view; catalog.get("deployment.all") -> deployment history entries. Returns procedure names, parameters, HTTP methods, schemas, and response hints for key endpoints.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesJavaScript code. `catalog` is a global -- do NOT wrap in a function. Examples: `catalog.searchText("application deploy")` | `catalog.recommend("safe database password rotation")` | `catalog.getByTag("compose")` | `catalog.get("application.one")` | `catalog.get("application.update")`. Methods: searchText(query), recommend(query), get(procedure), getByTag(tag), endpoints, byTag.
profileNoOptional Dokploy profile name to validate before returning catalog results.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and openWorldHint. The description adds behavioral context by detailing the return types (procedure names, parameters, schemas, etc.) and emphasizing that 'catalog' is a global. No contradictions.

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 front-loaded with the critical usage note about not wrapping in a function. It then provides structured examples. While slightly lengthy, every sentence adds value, and the structure is logical.

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 having no output schema, the description explains what the tool returns in sufficient detail (procedure names, parameters, HTTP methods, etc.). It covers the core functionality and usage patterns comprehensively.

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?

Schema coverage is 100%. The description adds significant value by explaining that 'code' is JavaScript code with examples, and that 'profile' is optional for validation. This goes beyond the schema's basic descriptions.

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 specifies the verb 'Search' and the resource 'Dokploy API catalog'. It effectively distinguishes itself from sibling tools 'execute' and 'list_profiles' by focusing on catalog exploration rather than execution or profile listing.

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?

Provides extensive usage guidelines with concrete code examples and common patterns. It explains how to use different methods and what each returns. However, it lacks explicit contrast with sibling tools or clear 'when not to use' statements, preventing a top score.

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