Skip to main content
Glama

create_server

Provision a server to Coolify with required name, IP, and SSH key UUID. Configure optional SSH port, user, and build server settings.

Instructions

Create a new server

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesServer name
descriptionNoServer description
ipYesServer IP address
portNoSSH port (default: 22)
userNoSSH user (default: root)root
private_key_uuidYesUUID of the private key for SSH
is_build_serverNoUse as build server
instant_validateNoValidate immediately
Behavior1/5

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

No annotations provided, so the description alone must disclose behavioral traits. It only states 'Create a new server' without mentioning side effects, permissions, idempotency, or what happens to existing resources. This is a severe gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at one sentence, but it fails to add value beyond the tool name. While not verbose, it is under-specified and does not earn its place.

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

Completeness1/5

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

Given the complexity (8 parameters, no output schema, no annotations), the description is woefully incomplete. It does not explain return values, validation, or how parameters like private_key_uuid are used. The agent cannot understand the operation's full context.

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?

All 8 parameters have descriptions in the input schema (100% coverage), so the baseline is 3. The description adds no extra semantic value beyond what is already in the schema.

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 'Create a new server' is clear and specific about the resource being created. However, it does not differentiate from sibling create tools like create_application or create_database, but the verb+resource structure is sufficient for basic clarity.

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 alternatives. With numerous sibling create tools, the description should indicate scenarios where server creation is preferred, but it provides no such 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/kof70/coolify-mcp-server'

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