Skip to main content
Glama
gethshap

Windows Telnet MCP

by gethshap

Press a key in Windows Telnet

telnet_key

Send a named key to a visible Telnet console to control sessions, navigate menus, or enter the Microsoft Telnet command prompt with CTRL+].

Instructions

Sends one named key to the visible Telnet console. CTRL+] enters the Microsoft Telnet command prompt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes
sessionIdYes
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already signal readOnlyHint=false and destructiveHint=false, and the description adds context by specifying that the key goes to the visible Telnet console and that CTRL+] enters the Microsoft Telnet command prompt. This adds useful behavior beyond the annotations, though it does not disclose further side effects or state changes from key presses.

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 concise sentences, with the core action front-loaded. Every word contributes meaning, and the CTRL+] note is a valuable short addition without bloat.

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?

For a simple two-parameter key-sending tool, the description is mostly sufficient, but it lacks usage guidance, return behavior, and any mention of whether the console must already be visible or focused. The schema covers the key enum and sessionId format, but the description does not fully compensate for the missing parameter explanations.

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

Parameters2/5

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

Schema description coverage is 0%, and the description does not explain sessionId or enumerate key meanings. The only slight addition is 'named key' and the CTRL+] behavior note, but most parameter semantics are left entirely to the schema enum and property names.

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 states a clear action ('Sends one named key') and a target ('the visible Telnet console'), so an agent can tell this is a keystroke-injection tool. It is not a tautology of the title, but it does not explicitly differentiate from sibling tools like telnet_send or telnet_focus.

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

Usage Guidelines2/5

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

The description gives no explicit guidance on when to use this tool versus alternatives such as telnet_send or telnet_wait_for_text. There is no mention of prerequisites like a visible or focused console, nor any exclusion criteria, leaving the agent to infer usage context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/gethshap/windows-telnet-mcp'

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