Skip to main content
Glama
henols

C64 Debug MCP

by henols

execute

Control C64 program flow with pause, resume, step, step-over, step-out, or reset actions. Pause and resume are idempotent, and reset supports soft, hard, or nuclear modes.

Instructions

Controls execution with pause, resume, step, step_over, step_out, or reset. Pause and resume are idempotent (safe to call multiple times).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoInstruction count for step and step_over actions
actionYes
resetModeNoReset mode: soft (CPU reset), hard (full machine reset), or nuclear (complete VICE restart)soft
waitUntilRunningStableNoWhen action is resume, wait until running becomes stable before returning

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?

The description adds a genuinely useful behavioral note: pause and resume are idempotent and safe to call multiple times. However, with no annotations provided, it leaves important side effects undisclosed, such as what reset modes actually destroy or how stepping interacts with paused state.

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?

The description is two tight sentences: the first front-loads the action set, and the second adds a useful behavioral caveat. There is no filler or repetition.

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 output schema covers return values, and the enums cover the parameter space, so the description does not need to restate those. However, it does not clarify differing semantics between step, step_over, and step_out, nor the side effects of hard/nuclear reset, which a debugger-control tool could reasonably be expected to disclose.

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 75%, with count, resetMode, and waitUntilRunningStable already documented. The description does not add parameter-level detail, but at this coverage level the schema carries the semantic weight adequately. The idempotence note relates to actions rather than parameter meaning.

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 opens with 'Controls execution with' and then enumerates pause, resume, step, step_over, step_out, and reset. This clearly identifies both the resource (execution) and the action set, and distinguishes the tool from sibling tools focused on registers, breakpoints, memory, and display.

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 tool's usage context is clear: any execution-control action belongs here, and no sibling tool claims that responsibility. It does not name specific alternatives or exclusion conditions, but the context signals make the routing unambiguous.

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