Skip to main content
Glama

input_batch

Run a validated sequence of mouse, keyboard, delay, clipboard, and focus actions in one Windows 98 VM round trip. Batch up to 1000 inputs to automate complex interactions without repeated round trips.

Instructions

Execute a validated mouse, keyboard, delay, clipboard, and focus sequence in one guest round trip. VM remains locked by this session; call vm_unlock when finished.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionsYes
stop_on_errorNo
screenshot_afterNo
Behavior4/5

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

Beyond the generic annotations, the description discloses validation behavior, batched execution, and a lock lifecycle ('VM remains locked by this session; call vm_unlock when finished'). It does not explain failure semantics or partial execution, but the added lock context is meaningful value.

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 short, front-loaded sentences convey the core purpose and critical lock requirement with no filler or redundancy. Every sentence contributes necessary information.

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

Completeness3/5

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

The tool is complex (many action types, three parameters, no output schema), and the description covers the main purpose and lock handling. However, it omits details such as validation failure behavior, whether the sequence is atomic, and what the tool returns or how errors are reported, leaving meaningful gaps for an agent.

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?

The description provides no direct explanation of the top-level parameters (actions, stop_on_error, screenshot_after). With 0% schema description coverage, the description should compensate but only offers a general list of action categories. This is insufficient for the tool's parameter complexity.

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 uses a specific verb ('Execute') and names the exact resource categories (mouse, keyboard, delay, clipboard, focus) while noting the batch behavior ('sequence in one guest round trip'). This clearly distinguishes it from the individual sibling input tools.

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?

It implies when to use the tool (for executing a multi-action sequence in one round trip) and gives important workflow context: the VM remains locked and vm_unlock must be called when finished. It does not explicitly name alternatives or state when not to use it, so it falls 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/ido-pluto/windows98-mcp'

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