Skip to main content
Glama
henols

C64 Debug MCP

by henols

memory_write

Write raw byte values into C64 memory at a chosen address, accepting decimal, hex, and binary formats. Stop the emulator first to apply changes accurately.

Instructions

Writes raw byte values into C64 memory. Address and byte values support decimal, hex ($FF, 0xFF), and binary (%11111111, 0b11111111) formats. Requires emulator to be stopped.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesBytes to write: decimal (255), hex ($FF, 0xFF), or binary (%11111111, 0b11111111). Mixed formats allowed.
addressNoStart address: decimal (53248) or hex string with prefix ($D000, 0xD000)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
Install Server

TDQS

A3.9/5.0
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 of behavioral disclosure. It meaningfully adds the 'Requires emulator to be stopped' precondition, but it does not describe side effects, failure behavior, or what happens when optional fields are omitted, leaving notable gaps.

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 focused sentences: the first states the core action, the second covers accepted formats and the critical precondition. There is no filler or redundant elaboration.

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 description covers the basic operation, formats, and precondition, and an output schema exists, so return-value details are not required. However, it fails to clarify why address is not required in the schema and what happens if it is omitted, which is a significant gap for an agent deciding how to invoke the tool.

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?

Schema description coverage is 100%, so the baseline is 3. The description restates the format details already in the schema and adds only 'mixed formats allowed', which is minor. It also introduces ambiguity by mentioning hex string address prefixes while the schema declares address as an integer.

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 'Writes raw byte values into C64 memory', specifying the action, resource, and value type. This distinguishes it from sibling tools like set_registers, write_text, and memory_read without needing to inspect them.

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?

The description provides clear contextual guidance by stating 'Requires emulator to be stopped', which is a crucial precondition. It does not explicitly name alternatives or when-not-to-use cases, but the raw-memory-write purpose is specific enough to imply appropriate usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/henols/c64-debug-mcp'

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