Skip to main content
Glama
RareCloudio

@rarecloudio/mcp-server

Official
by RareCloudio

add_service_ssh_key_to_library

Add an SSH public key to a VPS's key library for future selection during server reinstalls. Distinct from directly installing a key on the running server.

Instructions

Register a new SSH key in a legacy VPS's key library (Virtualizor) — the set of keys selectable when reinstalling this server (see list_service_ssh_key_library). Distinct from add_service_ssh_key, which installs a key directly on the running server. Requires scope services:write. Plain write — no billing impact, not destructive. service_id from list_services.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesThe SSH public key material.
nameYesA label for the key.
service_idYesService ID from list_services.
Behavior4/5

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

With no annotations, the description carries the full burden. It states 'Plain write — no billing impact, not destructive,' which directly informs the agent about safety and cost. It also mentions the required auth scope. This is valuable transparency beyond the schema.

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 a single paragraph with four well-organized sentences: purpose, distinction, permissions/safety, and parameter hint. Every sentence adds value without redundancy. It is concise and front-loaded with the primary action.

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?

Given the tool's simplicity (3 parameters, no output schema), the description covers purpose, sibling differentiation, permissions, safety, and parameter source. It does not detail error handling or idempotency, but for a write tool with no output schema, this is reasonably complete.

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?

The input schema already provides descriptions for all three parameters (100% coverage). The description adds only a minor hint about service_id source. Baseline 3 is appropriate since the schema does the heavy lifting and the description adds marginal value.

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 tool registers an SSH key into a legacy VPS's key library, which is distinct from direct installation via add_service_ssh_key. It names the specific platform (Virtualizor) and references the library listing tool, making the purpose unambiguous and differentiating it from siblings.

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?

The description explicitly contrasts with add_service_ssh_key and mentions the required scope 'services:write'. While it doesn't list all scenarios for when not to use it, the distinction and scope information provide clear guidance. It also indicates the source of the service_id parameter.

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/RareCloudio/rarecloud-mcp-server'

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