Skip to main content
Glama
DustinTrap

kvm-pilot

by DustinTrap

appliance_status

Read-onlyIdempotent

Retrieve read-only diagnostics from the KVM appliance's own OS via SSH: reports 1-minute load and video-pipeline threads in D-state. Load alone is not a health signal; use the healthcheck encoder-wedge finding.

Instructions

Read-only diagnostics from the KVM APPLIANCE's own OS over SSH.

Targets the KVM appliance itself (its appliance_ssh channel), NOT the managed target. Reports the 1-minute load and the RV1126 video-pipeline threads in D-state. NOTE: on these units load sits at ~10 even when perfectly idle (the driver parks those threads in D-state), so it is NOT a health signal on its own — use the healthcheck encoder-wedge finding for the real tell.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNo
Behavior5/5

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

Annotations already indicate read-only, idempotent, and non-destructive, but description adds critical behavioral context: load sits at ~10 even when idle due to driver parking threads in D-state, so it is NOT a health signal. This goes beyond annotations and prevents misuse.

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?

Description is concise yet comprehensive: front-loaded with 'Read-only diagnostics', then specifies target, output, and a critical caveat. Every sentence serves a purpose, with no fluff or redundancy.

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 diagnostics tool with no output schema, the description sufficiently describes what it reports (1-minute load and D-state threads) and provides caveats. Minor gap: it doesn't describe the output format (e.g., numeric values vs. human-readable text), but the core usage context is complete.

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?

There is one optional 'profile' parameter with no schema description (0% coverage). The description does not mention this parameter at all, leaving its purpose and accepted values unexplained. Since schema coverage is low, the description should compensate but does not.

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?

Description uses specific verb 'Reports' and clearly identifies the resource (KVM appliance's own OS over SSH) and scope (appliance_ssh channel, not managed target). It distinguishes from siblings by explicitly stating it targets the appliance itself, not the managed target.

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

Usage Guidelines5/5

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

Explicitly states when NOT to use this tool as a health signal and points to an alternative: 'use the healthcheck encoder-wedge finding for the real tell.' Also clarifies it targets the appliance, not the managed target, giving clear context.

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/DustinTrap/kvm-pilot'

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