Skip to main content
Glama
gethshap

Windows Telnet MCP

by gethshap

Get Telnet session status

telnet_status
Read-only

Checks if a Windows Telnet session is still active using its session ID, confirming whether the visible Telnet process remains running.

Instructions

Checks whether a visible Windows Telnet process is still running.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdYes
Install Server

TDQS

B3.1/5.0
Behavior3/5

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

The readOnlyHint annotation already covers safety, and the description adds a useful scoping detail: it checks a visible Windows process rather than a generic session. However, it does not disclose expected return values, behavior for an invalid or unknown sessionId, or whether the check is instantaneous.

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?

A single, front-loaded sentence with no filler; every word contributes meaning and the key scope qualifier ('visible') is included.

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 one-parameter read-only check, the description conveys the high-level behavior, but there is no output schema and no explicit description of the result format. The agent must infer that the tool returns a running/not-running indication and cannot anticipate error behavior.

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?

The description never mentions sessionId or how it relates to the process being checked. Since schema description coverage is 0%, the description was expected to compensate, but the schema's self-explanatory UUID field does most of the work.

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?

Description names a specific verb ('Checks whether ... is still running') and a concrete resource (visible Windows Telnet process), so the tool's core purpose is clear. It doesn't explicitly contrast with the sibling telnet_check, but the status/check wording largely differentiates it.

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?

No when-to-use or when-not-to-use guidance is given. With nine sibling tools, an agent gets no explicit hint about when to call telnet_status instead of telnet_check, telnet_list, or telnet_read; suitability is only implied by the name.

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