Skip to main content
Glama
bvisible

MCP SSH Manager

ssh_alias

Create, remove, or list short aliases for existing SSH servers to connect quickly without typing full server names.

Instructions

Manages local name aliases that let you reference a configured server by a shorter or alternative name. The action parameter selects add, remove, or list. add creates an alias pointing to an existing server and requires both alias and server; remove deletes an alias and requires alias; list shows all aliases (read-only). add and remove persist the alias mapping locally. The target server must already exist for add to succeed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
aliasNoAlias name (for add/remove)
serverNoServer name (for add)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses persistence of add/remove, read-only nature of list, and the requirement for server existence. It does not specify behavior on duplicate alias or error handling, but is sufficient.

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?

Description is concise (5 sentences) and front-loaded with purpose. Every sentence adds value, no redundancy. Efficiently covers actions, parameters, and prerequisites.

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 no output schema and simple CRUD nature, description covers the main usage: actions, required parameters, and prerequisites. It is complete enough for an AI agent to use correctly, though minor details like overwriting existing aliases are missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions, but description adds context: explains the action enum values, and clarifies that alias is for add/remove while server is for add only. This adds meaning beyond 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 clearly states it manages local name aliases for servers, with specific actions (add, remove, list). It distinguishes the tool from general SSH tools but does not explicitly differentiate from sibling 'ssh_command_alias'.

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 explains when to use (to reference a server by a shorter name) and outlines the actions with prerequisites (server must exist for add). It does not provide explicit when-not-to-use, but the context is clear.

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/bvisible/mcp-ssh-manager'

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