Skip to main content
Glama
bvisible

MCP SSH Manager

ssh_command_alias

Create and manage local shortcut aliases for SSH commands. Map short names to full commands with add, remove, list, and suggest actions.

Instructions

Manages local shorthand aliases that map a short name to a full command string, stored in local config with no remote execution or side effects. The action selects behavior: add (requires both alias and command), remove (requires alias), list to show all aliases tagged as profile or custom, or suggest to return existing aliases matching a search term passed in the command field. Adding an existing alias overwrites it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction to perform
aliasNoAlias name (for add/remove)
commandNoCommand to alias (for add) or search term (for suggest)
Behavior5/5

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

No annotations provided, so the description carries the full burden. It explicitly states 'no remote execution or side effects', 'stored in local config', and 'Adding an existing alias overwrites it', disclosing key behavioral traits concisely.

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 four sentences long, front-loaded with the core purpose, and each sentence adds value. No redundant or extraneous information.

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 annotations and no output schema, the description adequately covers the tool's behavior for its simplicity. It could mention return format or error handling, but the core functionality and constraints are clearly communicated.

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 descriptions are minimal ('Action to perform', etc.), but the tool description adds significant context: it clarifies the relationship between action and required parameters, and specifies that for suggest, the command field serves as a search term. This enhances understanding 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 manages local shorthand aliases mapping short names to full command strings, stored locally with no remote execution. It distinguishes from siblings by specifying 'no remote execution or side effects' and 'local config', differentiating from other SSH tools that involve remote actions.

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 each action's behavior and parameter requirements: add needs both alias and command, remove needs alias, list shows all, suggest returns matches. It doesn't explicitly state when not to use this tool or provide alternatives, but the guidance is clear enough for correct invocation.

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