Skip to main content
Glama
DustinTrap

kvm-pilot

by DustinTrap

support_matrix

Read-onlyIdempotent

Review real-hardware test evidence for device, firmware, and capability combos to identify what is supported and avoid unverified actions.

Instructions

What has actually been exercised on real hardware, per device+firmware+capability (read-only, offline — no device call).

Aggregated from the test-run ledger shipped in the package (the same data behind the wiki Hardware-Compatibility page), with each combo's derived maturity level (#98) joined from the shipped firmware registry. This is EVIDENCE, not a guarantee: a capability listed in never_exercised (or a combo with no row at all) is unverified on that hardware — treat it as mock-only/alpha maturity and confirm destructive steps with the user. status is "fail" when every recorded live attempt failed (e.g. RM1PE V1.5.1 firmware_update, #94/#95). Filters are case-insensitive; product matches as a substring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vendorNo
productNo
firmware_versionNo
Behavior5/5

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

The annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds substantial behavioral detail beyond those: it aggregates from a test-run ledger, joins derived maturity levels, defines the 'fail' status for all live attempts failed, and clarifies that absence of a row means unverified. This is rich, non-redundant disclosure.

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?

The description is information-dense with no wasted words. It leads with the core purpose, then explains provenance, adds necessary caveats, defines special status values, and notes filter behavior. Every sentence earns its place and the structure is logical.

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?

With no output schema, the description covers the essential return semantics: status 'fail', never_exercised list, derived maturity level, and the meaning of absent rows. It also gives source context and safety caveats. It is slightly incomplete in not describing the exact output shape or how filters combine, but it is sufficient for an agent to understand and use the tool correctly.

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

Parameters3/5

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

The input schema has 0% description coverage for its three optional parameters, so the description must compensate. It does add meaningful filter semantics: filters are case-insensitive and product matches as a substring. However, it does not clarify how vendor and firmware_version are matched (e.g., exact vs substring) or how multiple filters combine, leaving a partial gap.

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 states exactly what the tool does: reports what has been exercised on real hardware per device+firmware+capability. It also distinguishes itself from sibling tools by explicitly noting it is read-only, offline, and makes no device call, unlike tools such as healthcheck or ssh_exec.

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

Usage Guidelines4/5

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

The description provides clear context for when to use the tool: checking hardware-compatibility evidence before relying on a capability. It gives cautionary guidance (never_exercised means mock-only/alpha, confirm destructive steps) but does not explicitly name alternative tools or state when not to use it, so it stops short of a 5.

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