Skip to main content
Glama
xphileby

Commodore 64 Ultimate Computer MCP Server

by xphileby

load_prg_upload

Upload and load a Commodore 64 program file in base64 format without executing it, enabling program transfer to the C64 Ultimate Computer device.

Instructions

Upload and load a program file without executing (base64 encoded)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesBase64 encoded PRG file data
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions 'upload and load' and 'without executing', which implies a write operation to memory or storage, but doesn't disclose critical behavioral traits like whether this requires specific permissions, what happens to existing data, error conditions, or response format. For a mutation tool with zero annotation coverage, this is a significant gap in transparency.

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 key information: action ('upload and load'), resource ('program file'), and critical constraints ('without executing', 'base64 encoded'). Every word earns its place with no redundancy or fluff.

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 the complexity of a file upload/load operation with no annotations and no output schema, the description is incomplete. It lacks details on behavioral aspects (e.g., what 'load' entails, error handling), prerequisites, or return values. While concise, it doesn't provide enough context for safe and effective use in an AI agent scenario.

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 PRG file data'. The description adds no additional parameter information beyond what's in the schema, such as file size limits or encoding specifics. With high schema coverage, the baseline score of 3 is appropriate as the description doesn't compensate but also doesn't need to.

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 load') and resource ('a program file') with the specific constraint 'without executing' and format 'base64 encoded'. It distinguishes from sibling tools like 'run_prg_upload' (which executes) and 'load_prg_file' (which loads from a file path rather than upload). However, it doesn't explicitly mention the target system or device, leaving some ambiguity about what 'load' means in this context.

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 by specifying 'without executing', which suggests this tool is for loading programs into memory for later execution rather than immediate running. It doesn't provide explicit alternatives or exclusions, but the context of sibling tools (e.g., 'run_prg_upload' for execution) gives some implied guidance. No clear when-not-to-use scenarios are mentioned.

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