Skip to main content
Glama

coolify_get_environment

Retrieve specific environment details within a project by providing the project UUID and environment name. Solves the need to query and inspect configuration data for a single environment without manual searching.

Instructions

Get detailed information about a specific environment in a project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_uuidYesUUID of the project
environment_nameYesName or UUID of the environment
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It states the tool 'gets' information, implying a read-only operation with no side effects. However, it does not mention what happens if the environment doesn't exist (e.g., error vs. null), rate limits, or authentication requirements. A 3 is reasonable as it conveys the basic nature but lacks depth.

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 a single sentence of 12 words, which is very concise. It is front-loaded with the key information. However, it could be slightly improved by adding a brief note about the required parameters or response format without sacrificing conciseness.

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

Completeness3/5

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

Given the tool has 2 required parameters, no output schema, and no annotations, the description is minimally complete. It tells the agent what the tool does and implies the parameters are needed, but doesn't explain what 'detailed information' includes or how to interpret the response. A 3 reflects adequate but not comprehensive coverage.

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?

Schema description coverage is 100% with both parameters described in the schema: 'project_uuid' as 'UUID of the project' and 'environment_name' as 'Name or UUID of the environment'. The description adds no additional meaning beyond the schema, so baseline 3 is appropriate.

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 'Get detailed information about a specific environment in a project', which is a specific verb+resource combination. It distinguishes from siblings like 'coolify_list_environments' (which lists all environments) and 'coolify_create_environment' (which creates), but doesn't explicitly contrast with them.

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?

The description provides no guidance on when to use this tool versus alternatives. Among many sibling tools, there is no indication of prerequisites (e.g., needing a project UUID first), nor when to prefer this over 'coolify_list_environments' (which might be faster for overview). The agent must infer usage from context.

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/0xtlt/coolify-mcp'

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