Skip to main content
Glama
ichinya

timeweb-mcp-server

by ichinya

Снятие SSH-ключа с сервера

remove_ssh_key_from_server

Detach an SSH key from a server without deleting it from your account. Use this to revoke access to that server while preserving the key for future connections.

Instructions

Удаляет конкретный SSH-ключ с сервера. Сам ключ в аккаунте остаётся — удаляется только привязка к серверу. Для полного удаления ключа используй delete_ssh_key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
server_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID сервера
ssh_key_idYesОБЯЗАТЕЛЬНОЕ ПОЛЕ - ID SSH-ключа, который нужно снять с сервера
Behavior5/5

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

The description goes beyond annotations by explaining what is affected and what is not: the key remains in the account, only the binding to the server is deleted. This adds critical context to destructiveHint=false and clearly discloses the operation's side effects.

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 two sentences long, front-loaded with the action, and contains zero filler. Every sentence adds value, making it highly efficient and readable.

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

Completeness5/5

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

For a simple tool with 2 required parameters and no output schema, the description fully covers the operation, the distinction from related tools, and the precise effect. No additional context is needed for effective tool selection and invocation.

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 description coverage is 100% with both parameters (server_id, ssh_key_id) already described. The tool description does not add further parameter-specific details, so the baseline of 3 is appropriate.

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 a specific verb+resource: 'Удаляет конкретный SSH-ключ с сервера' (deletes a specific SSH key from the server). It distinguishes itself from the sibling delete_ssh_key by clarifying that the key remains in the account, only the server binding is removed.

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

Usage Guidelines5/5

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

Explicit guidance is given: 'Для полного удаления ключа используй delete_ssh_key' (for full deletion use delete_ssh_key). This tells the agent when not to use this tool and points to the correct alternative, making the usage context 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/ichinya/timeweb-mcp'

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