Skip to main content
Glama
acscpt

beebjit-mcp

by acscpt

run_for_cycles

Advance the BBC Micro emulator by a specified number of cycles and receive the updated total cycle count, enabling session progress tracking without an extra register read.

Instructions

Advance the emulator by cycles BBC cycles.

Returns the number of cycles just consumed plus the total cycle count so the client can track session progress without a separate read_registers round trip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cyclesYes
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 burden of disclosing behavior. It explains what happens (advances emulator by a number of cycles) and what is returned (cycles consumed and total count). This is sufficient for a simple step tool, though it does not mention potential side effects (e.g., stopping on error or breakpoints) or permission needs.

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 two sentences, front-loaded with the core action. The second sentence adds valuable return-value context without waste. Every word earns its place.

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?

For a simple 2-parameter tool with an output schema (which likely details return values), the description provides enough context: it states the action and explains why the return value is useful. It omits edge cases (e.g., behavior when machine is not running) but overall is adequate for its simplicity.

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?

The schema provides only names and types (cycles: integer, session_id: string) with no descriptions. The description explains that `cycles` is in 'BBC cycles', adding unit context, but does not elaborate on valid ranges or behavior. session_id is left entirely to inference from its name. Since schema coverage is 0%, the description partially compensates but leaves gaps.

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 tool's function: 'Advance the emulator by `cycles` BBC cycles.' This is a specific action on a specific resource, distinguishing it from siblings like run_basic or run_until_prompt. The addition of the return-value benefit (tracking session progress) further clarifies its unique role.

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 implies when to use this tool by noting it avoids a separate `read_registers` round trip, which is useful for session progress tracking. However, it does not explicitly contrast with alternatives (e.g., 'use this instead of run_until_text') or state exclusions. The guidance is clear but not fully explicit.

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