Skip to main content
Glama
bvisible

MCP SSH Manager

ssh_health_check

Run a read-only health check on a server over SSH. Returns JSON with CPU, memory, disk usage, uptime, and critical issues. Optionally include load average and network metrics.

Instructions

Runs a comprehensive read-only health check on the named server by executing diagnostic shell commands over SSH, then returns parsed JSON with overall status, CPU, memory, disk usage, and uptime. It only reads metrics and changes nothing on the remote host. Set detailed to true to additionally include load average and network metrics; it defaults to false. Critical CPU, memory, or disk conditions are surfaced in a critical_issues list.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverYesServer name
detailedNoInclude detailed metrics (network, load average)
Behavior4/5

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

No annotations present, so description must stand alone. Explicitly states it is read-only and changes nothing on the remote host. Describes output structure (overall status, CPU, memory, disk, uptime) and parameter effect. Does not disclose authentication or error handling, but sufficient for basic transparency.

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?

Two sentences, no wasted words. Front-loaded with purpose and output, then parameter details. Highly concise and well-structured.

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

Completeness4/5

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

For a tool with 2 simple parameters and no output schema or annotations, the description provides a clear picture of what it does and what it returns. Lacks error conditions or SSH failure behavior, but overall sufficiently complete for agent selection.

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

Parameters4/5

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

Schema coverage is 100%, but description adds meaning: 'named server' clarifies the server parameter, and 'set detailed to true to additionally include load average and network metrics; it defaults to false' explains the boolean's effect beyond schema's minimal description.

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?

Clearly states the tool runs a comprehensive read-only health check on a named server via SSH, returning parsed JSON with specific metrics. Distinguishes from siblings like ssh_execute and ssh_monitor as it is read-only and focused on health metrics.

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?

Implies usage for health checks but lacks explicit guidance on when to use versus alternatives like ssh_monitor or ssh_execute. No when-not or exclusion conditions 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/bvisible/mcp-ssh-manager'

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