Skip to main content
Glama
dtz-labs

zesarux-mcp

by dtz-labs

send_key

Send keystrokes to the ZEsarUX emulator: tap printable characters or special keys, or press/release raw key codes for emulated input.

Instructions

Send a single key to the emulator. Printable keys (and ENTER/SPACE/TAB) are delivered via send-keys-ascii. press/release require a numeric util_teclas key_code (send-keys-event).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesA single printable character to type, or the words ENTER / SPACE / TAB. For special keys with no printable form, use key_code + action.
actionNotap = type the character; press/release require key_code (raw key event).tap
key_codeNoutil_teclas enum value (from ZEsarUX utils.h). Required for press/release.
timeNoms between keystrokes for tap (100 = normal BASIC speed)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses the two modes and the time parameter but does not mention side effects, destructive behavior, or authorization needs.

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 sentences, front-loaded with the main purpose, no unnecessary words. Every sentence adds value.

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?

While it covers parameters and behavior well, it does not mention return values or error conditions. Given no output schema, this is a gap.

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 description adds significant meaning beyond the schema: explains the two operational modes, that tap types the character, and that press/release require key_code. This clarifies the interdependency between parameters.

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 sends a single key to the emulator and distinguishes between sending printable keys via ASCII and special keys via raw key events. It is distinct from sibling tools like set_register or poke.

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?

Provides clear guidance on when to use key vs key_code + action, and explains the role of the action parameter. Lacks explicit when-not-to-use or alternatives among siblings.

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/dtz-labs/zesarux-mcp'

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