Skip to main content
Glama
bvisible

MCP SSH Manager

ssh_process_manager

List, inspect, or terminate processes on a remote server using SSH. Use list to view top processes, info for details by pid, or kill to send a termination signal.

Instructions

Lists, inspects, or terminates processes on a remote server over SSH. The action parameter selects: list returns top processes (read-only), info returns details for one process (read-only), and kill sends a signal to terminate a process and mutates remote state. pid is required for kill and info. kill is blocked on servers configured as readonly. signal defaults to TERM, sortBy defaults to cpu, and limit defaults to 20; filter narrows the list by name or command.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverYesServer name
actionYesAction: list processes, kill process, or get process info
pidNoProcess ID (required for kill and info actions)
signalNoSignal to send when killing (default: TERM)
sortByNoSort processes by CPU or memory (default: cpu)
limitNoNumber of processes to return (default: 20)
filterNoFilter processes by name/command
Behavior4/5

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

With no annotations, the description fully explains behavioral traits: read-only vs mutation, readable servers blocking kill, defaults for signal/sortBy/limit, and pid dependency. Missing error handling or side effects, but adequate.

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?

Three succinct sentences. First introduces overall purpose, second delineates actions with safety hints, third summarizes defaults and constraints. No waste, front-loaded.

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?

Covers all 7 parameters with their dependencies and defaults, explains action-specific requirements, and notes server-level constraints. No output schema, but the description is self-sufficient for an agent to invoke correctly.

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

Parameters5/5

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

Schema coverage is 100%, yet the description adds significant value: explains pid relevance per action, defaults for signal, sortBy, limit, and filter usage. This exceeds the schema descriptions.

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 tool's three actions (list, info, kill) on remote processes, using specific verbs and resource. It distinguishes read-only vs mutation operations, making the purpose unambiguous.

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 provides per-action guidance (e.g., pid required for kill/info, kill blocked on readonly servers) but does not compare this tool with sibling SSH tools or indicate when to prefer it over 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/bvisible/mcp-ssh-manager'

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