Skip to main content
Glama
henols

C64 Debug MCP

by henols

capture_display

Captures the current C64 display to a PNG file, providing the saved image path for debugging.

Instructions

Captures the current screen to a PNG file and returns the saved image path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
useVicNoWhether to capture the VIC-II display when supported

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYes
metaYes
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

The description discloses the primary behavior: capturing a screenshot, saving it to a PNG, and returning the path. However, with no annotations provided, the description carries the full burden and does not mention potential side effects like file location, overwrite behavior, or how the useVic parameter affects capture behavior.

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 concise sentence that clearly states the action, target, output format, and return value. There is no filler, redundancy, or irrelevant detail.

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?

This is a simple tool with one optional boolean parameter, a complete schema, and an output schema. The description covers the essential behavior. It is slightly incomplete due to missing usage guidance and side-effect details, but it remains adequate for a tool of this complexity.

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?

The single parameter useVic is fully described in the input schema with default e true and an explanation of its meaning. The description adds no additional parameter semantics beyond the schema, so the baseline score of 3 applies.

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 states a clear verb and resource: it captures the current screen, saves it as a PNG, and returns the path. This is distinct from sibling tools like get_display_state and get_display_text, which inspect state rather than produce an image file.

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

Usage Guidelines2/5

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

No guidance is provided about when to use capture_display versus sibling tools such as get_display_state or get_display_text. The description gives no conditions, exclusions, or alternatives, so the agent is left to infer the appropriate context.

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