Skip to main content
Glama
henols

C64 Debug MCP

by henols

get_monitor_state

Check if the Commodore 64 is running or stopped and retrieve the current stop reason and program counter when available to diagnose debugger states.

Instructions

Returns whether the C64 is running or stopped, along with the current stop reason and program counter when available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. 'Returns' clearly frames this as a read-only query, and 'when available' sets correct expectations about optional fields. It does not detail failure behavior, but that is minor for a simple state getter.

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 a single front-loaded sentence with no filler. Every clause adds useful information about the tool's output and optional availability of fields.

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?

For a parameterless getter with an output schema, this description is mostly complete: it names the core state fields and the availability qualifier. It falls slightly short by not contrasting with wait_for_state or explicitly confirming that it is non-blocking and non-mutating.

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?

The tool has zero parameters and full schema coverage, so there is no parameter meaning for the description to add. Instead, the description enriches the response semantics by naming stop reason and program counter, which helps an agent know what the tool provides.

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 uses the specific verb 'Returns' and identifies a precise resource: whether the C64 is running or stopped, along with stop reason and program counter. This clearly separates it from sibling getters like get_registers and get_session_state, so an agent can recognize its role immediately.

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?

The description implies the tool is for querying current C64 monitor state, but it never explicitly states when to prefer it over wait_for_state or get_session_state, nor does it mention when not to use it. The usage context is implicit rather than explicit.

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