Skip to main content
Glama
xphileby

Commodore 64 Ultimate Computer MCP Server

by xphileby

send_key

Send special keyboard commands to a Commodore 64 computer, including function keys, cursor controls, and system keys that cannot be typed as regular text.

Instructions

Send a special key to the C64 keyboard buffer. For control keys that can't be easily typed as text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesSpecial key name
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions sending keys to a 'keyboard buffer,' which implies a write operation, but doesn't disclose critical behavioral traits like whether this requires specific machine states, has side effects (e.g., interrupting programs), or how it interacts with other tools. This leaves significant gaps for a mutation tool.

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 front-loaded with the core purpose in the first sentence and adds necessary context in the second. Both sentences earn their place by avoiding redundancy and providing essential information efficiently.

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

Completeness3/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 is adequate for a simple tool with one parameter, but it lacks details on behavioral aspects like effects on the C64 state or error conditions. For a mutation tool in a complex emulation context, more completeness would be beneficial.

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 'key' fully documented via an enum of special key names. The description adds marginal value by clarifying these are 'special key' names for control keys, but doesn't provide additional semantics beyond what the schema already specifies.

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 ('Send a special key') and target resource ('C64 keyboard buffer'), with explicit differentiation from sibling tools like 'type_text' by specifying it's for 'control keys that can't be easily typed as text.' This provides a distinct purpose that avoids redundancy.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool ('For control keys that can't be easily typed as text'), which implicitly distinguishes it from 'type_text' for regular text input. However, it lacks explicit guidance on when not to use it or alternatives beyond this implication.

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