Skip to main content
Glama
dtz-labs

zesarux-mcp

by dtz-labs

poke

Write byte values to a specified memory address in the emulated ZX Spectrum system. Supports single bytes or arrays, with optional memory zone selection.

Instructions

Write bytes to emulated memory (ZRCP write-memory, space-separated bytes)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesMemory address (hexadecimal)
valueYesByte value or array of bytes to write. A single string is parsed as hex.
memory_zoneNoMemory zone to write to. Omit to use the currently active zone. Only ram/mapped switch zones; ids are machine-dependent.
Behavior2/5

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

No annotations provided, so description must carry full burden. It mentions writing to memory but does not disclose side effects (e.g., destructiveness, irreversibility, permission requirements) or the impact on emulation state. The reference to 'ZRCP write-memory' is esoteric and may not be clear to all agents.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Description is a single sentence with no fluff, but it is somewhat dense and could be slightly reorganized for clarity. However, it remains concise and front-loaded with the primary action.

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

Completeness2/5

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

For a mutation tool with no output schema and no annotations, the description lacks information about side effects, expected return values, or prerequisites. Given the complexity of emulated memory access and three parameters, more context is needed to ensure correct use.

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

Parameters3/5

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

Input schema already describes all three parameters with 100% coverage. The description adds 'space-separated bytes', aligning with the value parsing note, but does not provide significant additional meaning beyond the schema. Baseline of 3 is appropriate.

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?

Description explicitly states 'Write bytes to emulated memory', which clearly defines the action (write) and the resource (emulated memory). It also specifies the protocol (ZRCP) and input format, distinguishing it from sibling tools like 'peek' (read).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives such as 'assemble' or 'set_register'. The description implies usage for modifying emulated memory but lacks context about prerequisites or when not to use it.

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