Skip to main content
Glama
raymatos

NanoKVM MCP Server

by raymatos

nanokvm_power

Control target machine power with short press for normal on/off, long press for force off, and reset button. Handles BIOS-level remote power management.

Instructions

Control the target machine's power.

Args: action: Power action to perform - "power": Short press power button (800ms) - normal on/off - "power_long": Long press power button (5000ms) - force off - "reset": Press reset button (DEPRECATED for Pi 5 - use power_cycle)

Note: Raspberry Pi 5 has NO hardware reset button. The "reset" action will not work on Pi 5. Use nanokvm_power_cycle() instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionNopower

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A5/5.0
Behavior5/5

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

Despite lacking annotations, the description discloses key behavioral details: press durations (800ms, 5000ms), the fact that reset is unsupported on Pi 5, and that power_long is a force-off. This meets the behavioral transparency burden without annotation support.

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 concise and well-structured, with a one-sentence summary followed by an Arg list and a note. Every sentence adds value, and the format makes it easy to parse.

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?

The tool has a single parameter with all values explained, including edge cases (Pi 5 reset). The note about power_cycle covers the sibling alternative, and the output schema exists, so return values need not be explained. It is complete for the tool's complexity.

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?

The schema has 0% description coverage, but the description compensates by explaining each enum value in detail, including effects and timing. This adds significant meaning beyond the raw schema, giving a 5.

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 controls the target machine's power with specific actions (power, power_long, reset). It distinguishes itself from the sibling nanokvm_power_cycle by recommending that function for reset on Pi 5, 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 Guidelines5/5

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

The description provides explicit guidance for each action, including when to use power_long for force off. It explicitly warns against using 'reset' on Pi 5 and directs the user to nanokvm_power_cycle() as an alternative, satisfying when-not and alternatives requirements.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/raymatos/nanokvm-mcp'

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