Skip to main content
Glama
zibdie
by zibdie

ssh_connect

Establish an SSH connection to a remote server using password or SSH key authentication, with support for both IPv4 and IPv6 addresses.

Instructions

Connect to an SSH server using password or SSH key authentication. Supports IPv4 and IPv6.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesSSH server hostname or IP address (IPv4 or IPv6)
portNoSSH server port
usernameYesUsername for SSH authentication
passwordNoPassword for authentication (if using password auth)
privateKeyNoPath to private SSH key file (if using key auth)
passphraseNoPassphrase for encrypted private key (optional)
connectionIdNoUnique identifier for this connectiondefault
Behavior2/5

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

With no annotations, the description carries full burden. It mentions authentication methods and IP support, but does not disclose connection behavior (e.g., session management, error conditions, whether it blocks, or effects on server state).

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

Conciseness4/5

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

The description is a single sentence that efficiently conveys the core purpose and supported authentication/network features. It is front-loaded and avoids redundancy, though it could benefit from a slightly more structured presentation.

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

Completeness2/5

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

Given the tool's complexity (7 parameters, no output schema, no annotations), the description is under-specified. It lacks information about return values, connection lifecycle, error handling, and relationship to sibling tools.

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?

Input schema has 100% coverage, providing descriptions for all 7 parameters. The description adds no additional parameter-level semantic context beyond what the schema already provides.

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's action: connecting to an SSH server, specifying authentication methods (password or key), and supporting IPv4/IPv6. This distinguishes it from sibling tools like ssh_execute or ssh_disconnect.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is a prerequisite for other SSH operations, but does not explicitly state when to use it versus alternatives, nor does it provide exclusions or prerequisites for usage.

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/zibdie/SSH-MCP-Server'

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