Skip to main content
Glama
jiahuidegit

SSH MCP Server

by jiahuidegit

remove_server

Remove a saved server configuration using a confirmation token. Production servers receive extra warnings before deletion.

Instructions

删除已保存的服务器配置。删除任何服务器都需要先获取 confirmationToken,生产环境服务器会有特别警告。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
aliasYes服务器别名
confirmationTokenNo删除确认 token(首次调用会返回 token,使用 token 再次调用以确认删除)
Behavior3/5

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

No annotations are provided, so the description must fully convey behavioral traits. It mentions a two-step confirmation process and a production warning, hinting at destructiveness. However, it lacks explicit statements about side effects, reversibility, or error conditions, which is a gap for a deletion tool.

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 concise with two sentences, front-loading the action. Every sentence provides relevant information without redundancy.

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

Completeness3/5

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

With no output schema or annotations, the description covers the core purpose and key precondition. However, it omits information about return values, error handling, and how the confirmation token is obtained or validated, leaving gaps for a complete understanding.

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 the baseline is 3. The description adds minimal extra semantics beyond the schema (e.g., confirming the token requirement). It does not elaborate on parameter format, defaults, or token acquisition details.

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 the action (delete) and the resource (saved server configuration), and includes a critical precondition (requiring a confirmation token). While it does not explicitly differentiate from siblings, the sibling list contains no other deletion tool, so purpose is unambiguous.

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 provides explicit usage guidance by stating that a confirmation token must first be obtained, and that production servers have special warnings. This clarifies the two-step process but does not detail when not to use the tool or compare to alternatives.

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/jiahuidegit/ssh-mcp-server'

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