Skip to main content
Glama
forsonny

Coolify MCP Server

by forsonny

create_server

Provision a new server in Coolify using SSH credentials and a private key for secure authentication.

Instructions

Create a new server in Coolify. Requires SSH access details and a private key for authentication.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipYesIP address of the server. Can be IPv4 or IPv6.
nameYesA unique, human-readable name for the server
portYesSSH port number
userYesSSH username for authentication
proxy_typeNoType of proxy to use for this servernginx
descriptionNoOptional description of the server's purpose or configuration
is_build_serverNoWhether this server should be used for building applications
instant_validateNoWhether to validate the server configuration immediately after creation
private_key_uuidYesUUID of the private key to use for SSH authentication. Obtain this from list_private_keys.
Behavior2/5

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

No annotations are provided, so the description carries full behavioral burden. It mentions creation and authentication requirements but lacks details on validation behavior, response format, potential side effects, or error conditions. Minimal disclosure beyond the basic action.

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, efficient sentence with no wasted words. However, it could be slightly expanded to include more helpful context without sacrificing conciseness.

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?

Given 9 parameters, no output schema, and no annotations, the description is insufficient. It does not explain return values, confirmation of creation, or error handling. The agent lacks complete context for a create operation.

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%, so baseline 3. The description adds no extra semantic value beyond what the schema already provides for parameters like 'private_key_uuid' or 'proxy_type'. No additional context to aid agent understanding.

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 the action 'Create a new server in Coolify', identifies the resource (server), and mentions required prerequisites (SSH details, private key). It distinguishes from sibling tools like 'validate_server' or 'list_servers'.

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 usage when adding a server, but provides no explicit when-to-use, when-not-to-use, or alternative tool guidance. With 34 sibling tools, explicit guidance would be beneficial.

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/forsonny/Coolify-MCP-Server-for-Claude-Code'

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