Skip to main content
Glama
clezcoding

awesome-coolify-mcp

by clezcoding

private_key

Create, list, inspect, update, and delete SSH keys registered in Coolify to manage server access credentials.

Instructions

Private key CRUD for SSH keys registered in Coolify. Actions: list(format?, page?, per_page?) · get(uuid, format?, projection?, reveal?) · create(name, private_key?, key_file?) · update(uuid) · delete(uuid, confirm) · delete_preview(uuid) Safety: confirm for destructive ops · optional instance · reveal opt-in only

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoPrivate key name
pageNoPage number for pagination
uuidNoPrivate key UUID
actionYesThe action to run
formatNoOutput format (default pretty)
revealNoReveal sensitive/masked values in full projection (default false — secrets masked as ***)
confirmNoExplicit confirmation required for destructive delete
instanceNoCoolify instance name from registry (optional — uses env credentials or registry default)
key_fileNoLocal filesystem path to PEM file
per_pageNoItems per page
max_charsNoMax formatted output characters (default 16000)
projectionNoDetail projection depth
descriptionNoOptional description
private_keyNoInline PEM material
include_fullNoAlias for projection: full

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
_metaNo
errorNo
_size_warningNo
_formattedTextNo
Behavior3/5

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

Annotations include openWorldHint=true, indicating potential unknown side effects. The description mentions safety confirm for destructive ops, adding some context, but does not detail permissions, irreversible consequences, or other behavioral traits beyond CRUD.

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

Conciseness5/5

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

The description is extremely concise: a one-line purpose, action signatures, and a safety line. All information is front-loaded and no unnecessary words.

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?

With a 100% schema coverage, output schema present, and clear action signatures, the description is largely complete. Minor omission: no mention of response formats or errors, but these are covered by the output schema.

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 coverage is 100%, so parameters are fully documented in the schema. The description adds value by grouping parameters per action (e.g., list(format?, page?, per_page?)), showing required vs optional, but does not explain parameter details beyond the schema.

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 it is a "Private key CRUD for SSH keys registered in Coolify." and explicitly lists each action with parameters, making the purpose very clear. It distinguishes itself from sibling tools which are high-level categories.

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 safety guidance for destructive operations (confirm) and reveals (reveal opt-in only). Implicitly guides when to use each action via the parameter signatures, but does not explicitly compare to alternatives or state when not to use.

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/clezcoding/awesome-coolify'

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