Skip to main content
Glama

MCP GameBoy Server

press_right

Simulate pressing the RIGHT button on a GameBoy emulator using the MCP GameBoy Server. Specify the duration in frames for precise control during gameplay or testing.

Instructions

Press the RIGHT button on the GameBoy

Input Schema

NameRequiredDescriptionDefault
duration_framesNoNumber of frames to hold the button

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duration_frames": { "default": 25, "description": "Number of frames to hold the button", "exclusiveMinimum": 0, "type": "integer" } }, "type": "object" }

You must be authenticated.

Other Tools from MCP GameBoy Server

Related Tools

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/mario-andreschak/mcp-gameboy'

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