Skip to main content
Glama
ArtiPyHeart

mcp-jumpserver-gui-sucks

by ArtiPyHeart

jms_interrupt_terminal_session

Interrupt a running command in a KoKo terminal session by sending a signal (Ctrl+C default). Use to stop processes without closing the session.

Instructions

Interrupt a running command in a managed KoKo terminal session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
signalNoctrl_c
session_handleYes
total_timeout_secondsNo
settle_timeout_secondsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden. It discloses only that the tool interrupts a running command, but omits key behaviors such as sending a signal (default ctrl_c), timeout handling, or that the session itself remains active. This is insufficient for a mutating operation.

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

Conciseness3/5

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

The single sentence is efficient and front-loaded, but it is under-specified. While brevity is good, the description omits essential detail that should accompany the tool, making it more under-sized than appropriately concise.

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

Completeness1/5

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

The tool has 4 parameters and an output schema, but the description provides only a high-level statement. It lacks parameter explanations, behavioral context, and any guidance on expected outcomes or errors. This is inadequate for a tool with this complexity.

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

Parameters1/5

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

Schema description coverage is 0% and the description provides no explanation for any of the four parameters. The agent is left without insight into what 'signal' options exist, what 'session_handle' refers to, or the purpose of the timeout parameters.

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 action ('Interrupt') and the target ('a running command in a managed KoKo terminal session'). This specific verb+resource combination distinguishes it from sibling tools like jms_run_terminal_command or jms_close_terminal_session.

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 use when a command is running and needs interruption, but it does not explicitly state when to use this tool versus alternatives like sending input or closing the session. No exclusions or alternative recommendations are provided.

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/ArtiPyHeart/mcp-jumpserver-gui-sucks'

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