Skip to main content
Glama
dtz-labs

zesarux-mcp

by dtz-labs

tape_control

Insert a real tape into the ZX Spectrum emulator. Only the 'insert' action is supported; transport actions return a not-supported message.

Instructions

Insert a real tape into the emulator. NOTE: ZEsarUX ZRCP only supports inserting a real tape (realtape-open); transport actions (play/stop/rewind/forward) are NOT available over ZRCP. For ordinary .tap/.tzx files, prefer load_file (smartload).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesOnly 'insert' is supported over ZRCP (maps to realtape-open). The others return a not-supported message.
filenameNoTape filename (required for the insert action)
Behavior4/5

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

No annotations provided, so description carries full burden. It discloses that transport actions (play/stop/rewind/forward) are not available over ZRCP and only 'insert' is supported. However, it does not mention prerequisites (e.g., real tape device) or what happens after insertion or return behavior. This is adequate but not fully comprehensive.

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, each earning its place. The first sentence states the main purpose, the second provides limitations and alternatives. Very concise, front-loaded, and no wasted words.

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?

Given the tool's simplicity (2 params, no output schema), the description covers the main action, limitations, and sibling relationship. It does not explain return values or prerequisites, but these are minor gaps. Overall sufficiently complete for effective use.

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

Parameters4/5

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

Schema description coverage is 100% with clear descriptions for both parameters. The description adds value by explaining the ZRCP context, reinforcing that only 'insert' is supported, and providing a sibling recommendation. While schema already covers parameters, the description enriches understanding.

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 'Insert a real tape into the emulator' with a specific verb and resource. It distinguishes itself from the sibling tool 'load_file' by noting that for ordinary files, prefer load_file. Also mentions the limitation on transport actions, 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?

Explicitly says when to use this tool (for real tape insertion) and when not (for .tap/.tzx, prefer load_file). Also warns that only 'insert' is supported over ZRCP, providing clear context and alternatives.

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