Skip to main content
Glama
xphileby

Commodore 64 Ultimate Computer MCP Server

by xphileby

capture_screen

Capture screenshots from Commodore 64 computers as PNG images. Supports multiple graphics modes including text and bitmap displays with configurable scale and border options.

Instructions

Capture the C64 screen as a PNG image. Auto-detects the active graphics mode and renders accordingly. Supported modes: Standard Text (40x25), Multicolor Text, Extended Background Color (ECM), Standard Bitmap (Hires 320x200), and Multicolor Bitmap (160x200). Returns base64 encoded PNG data with mode info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNoScale factor for the output image (1-4, default: 2)
include_borderNoInclude the border area in the screenshot (default: true)
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing key behaviors: it auto-detects graphics modes, lists supported modes, returns base64 encoded PNG data with mode info, and implies a read-only operation (capture). However, it doesn't mention potential side effects, performance considerations, or error conditions, leaving some 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?

The description is efficiently structured in two sentences: the first states the core purpose and auto-detection feature, the second lists supported modes and return format. Every sentence adds value with no redundancy, making it appropriately sized and front-loaded for quick understanding.

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?

Given no annotations and no output schema, the description does a good job covering the tool's behavior and output (base64 PNG with mode info). However, it lacks details on error handling, performance implications, or example usage, which could be beneficial for a tool with no structured output documentation.

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 schema fully documents both parameters (scale and include_border). The description adds no additional parameter information beyond what's in the schema, maintaining the baseline score of 3 for adequate but not enhanced parameter semantics.

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 specific action ('capture'), target resource ('C64 screen'), and output format ('PNG image'), distinguishing it from all sibling tools which involve configuration, file operations, machine control, or memory access rather than screen capture. It provides a complete purpose statement with no ambiguity.

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 usage when needing a screenshot of the C64 emulator, but provides no explicit guidance on when to use this tool versus alternatives (none exist among siblings) or any prerequisites. It mentions auto-detection of graphics modes, which suggests it's appropriate for any active mode, but lacks explicit when/when-not instructions.

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/xphileby/c64u-mcp-server'

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