Skip to main content
Glama
DustinTrap

kvm-pilot

by DustinTrap

session

Read-onlyIdempotent

Report current operating posture, including dry-run state, effect gates, approvals, act journal, and last wait result, to resume flows or plan actions. Read-only, works offline.

Instructions

Report this server's current operating posture (read-only; offline, no device I/O — answers even when the device is down).

Call this after a context compaction, when resuming a long flow, or before planning act calls: it names the target, dry-run/read-only state, which effect gates are open (by class name only — opening one is operator-only, out of band), the approval posture, any live standing approvals (#192) with their scope and time left, the recent act journal, and the last wait_for_state result for the target. All journal/wait state is in-memory: a server restart empties it (and voids receipts and frame refs), so an empty journal after a restart is expected, not evidence nothing happened. Pair with healthcheck for device health and doctrine for the operating playbooks.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNo
Behavior5/5

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

Beyond the annotations (readOnly, idempotent, non-destructive), the description reveals critical behavioral details: it works offline with no device I/O, answers even when the device is down, and its journal/wait state is in-memory and resets on restart. This goes far beyond what annotations provide.

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?

Though moderately long, every sentence carries unique value: main purpose, usage triggers, content summary, data-reset caveat, and sibling differentiation. It is well structured and front-loaded, with no filler.

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?

The description comprehensively covers the tool's output components (target, dry-run state, effect gates, approvals, journal, wait_for_state result) and the critical in-memory caveat. The only gap is the unexplained 'profile' parameter, preventing a perfect score.

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?

Schema coverage is 0% and the description does not mention the 'profile' parameter at all. While the parameter is optional, its meaning is completely unexplained, leaving an agent to guess whether it selects a target, a profile, or something else.

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 opens with a specific verb+resource: 'Report this server's current operating posture.' It clearly distinguishes itself from siblings by explicitly pairing with 'healthcheck' for device health and 'doctrine' for playbooks, making its niche obvious.

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 gives explicit guidance on when to call: 'after a context compaction, when resuming a long flow, or before planning act calls.' It also names complementary tools (healthcheck, doctrine), effectively steering an agent toward the right choice without ambiguity.

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