Skip to main content
Glama
bravos2k5

Dokploy MCP Server

by bravos2k5

environment-one

Read-onlyIdempotent

Fetch details of a specific environment by its ID from Dokploy. Use this to get environment configuration and status when you have the environment identifier.

Instructions

GET /environment.one

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environmentIdYes
Behavior2/5

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

Annotations already declare readOnlyHint and idempotentHint (safe, read-only). Description adds no behavioral context beyond that (e.g., error behavior, auth needs, or side effects). Does not leverage the opportunity to add value.

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?

Extremely short (3 words) but under-specified. Lacks essential information such as output, behavior, or use context. Conciseness is positive only when completeness is not sacrificed.

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?

No output schema, no output description. Single-parameter tool, but description fails to mention what the tool returns, how to interpret results, or any constraints. Incomplete for effective agent use.

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

Parameters1/5

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

Schema description coverage is 0% and description provides zero parameter context. The lone parameter 'environmentId' is crucial but undeveloped. Description should compensate but fails entirely.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description 'GET /environment.one' is a terse endpoint reference. It implies retrieval but does not state that it fetches a single environment by ID. Lacks plain-language verb and resource description, and does not distinguish from siblings like environment-byProjectId or environment-search.

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 guidance on when to use this tool versus siblings. The description provides no context for choosing environment-one over environment-byProjectId or environment-search. Agents have no direction on selection criteria.

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/bravos2k5/mcp'

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