Skip to main content
Glama
xphileby

Commodore 64 Ultimate Computer MCP Server

by xphileby

run_crt_upload

Upload and execute cartridge files on Commodore 64 Ultimate Computer devices to run C64 programs directly from base64 encoded CRT files.

Instructions

Upload and start a cartridge file (base64 encoded)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesBase64 encoded CRT file data
Behavior2/5

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

With no annotations, the description carries full burden but only states the action without behavioral details. It doesn't disclose if this is a destructive operation (e.g., overwrites existing data), requires specific machine states, has side effects like resetting the system, or involves rate limits. The phrase 'start' hints at execution, but lacks clarity on outcomes or errors.

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, efficient sentence that front-loads the core action ('upload and start') and key constraint ('base64 encoded'). There is no wasted verbiage, making it easy to parse quickly for an AI agent.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations, no output schema, and a tool that performs an upload/start operation (implying mutation and execution), the description is incomplete. It lacks details on behavioral traits, expected outcomes, error conditions, or how it integrates with sibling tools, leaving significant gaps for safe and effective use.

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%, with the parameter 'data' fully documented in the schema as 'Base64 encoded CRT file data'. The description adds no additional meaning beyond restating 'base64 encoded', so it meets the baseline of 3 without compensating for gaps, but doesn't enhance understanding of the parameter's role or constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('upload and start') and resource ('a cartridge file'), specifying it must be base64 encoded. It distinguishes from siblings like 'run_crt_file' (which likely uses a file path) and 'run_prg_upload' (which handles different file types), but doesn't explicitly name these alternatives.

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 on when to use this tool versus alternatives like 'run_crt_file' or 'run_prg_upload'. The description implies usage for cartridge files, but lacks context on prerequisites, file formats, or scenarios where this is preferred over other upload or file-based tools.

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