Skip to main content
Glama
acscpt

beebjit-mcp

by acscpt

type_input_raw

Input ASCII text into a BBC Micro emulator session with exact case. Disable CAPS LOCK first to prevent incorrect characters.

Instructions

Type an ASCII string, preserving case.

Requires CAPS LOCK to be OFF. Call set_caps_lock(session_id, False) first if the session is at its cold-boot default of CAPS LOCK ON. Case mismatches produce the wrong letter; no silent fallback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
session_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations, the description carries the full burden and discloses critical behavioral traits: the caps lock dependency, cold-boot default, and the consequence of case mismatches (wrong letter, no silent fallback). This goes beyond simple repetition of the tool name.

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?

Two concise sentences: the first states the core action, the second covers a critical prerequisite. No wasted words or redundant information.

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?

The description sufficiently covers the main caveat and required setup for simple input tool. It does not mention return values, but an output schema exists, so that omission is acceptable. It could benefit from explaining session_id's role more fully.

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 coverage is 0%, and the description only partially compensates: it clarifies that 'text' must be an ASCII string, but 'session_id' is only implicitly referenced in the example call to set_caps_lock, leaving its purpose and format unclear.

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 uses a specific verb ('Type') and resource ('ASCII string, preserving case'), clearly distinguishing it from sibling tools like type_input. The case-preservation detail adds specificity.

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?

Explicitly states the prerequisite (CAPS LOCK OFF) and how to ensure it via set_caps_lock, providing clear when-to-use guidance. However, it does not explicitly contrast with alternative input tools or mention when not to use it.

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/acscpt/beebjit-mcp'

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