Skip to main content
Glama

Rubik's Cube MCP Server

by fritzprix

manipulateCube

Execute Rubik's Cube moves using standard notation to manipulate the cube state in real-time. Input a game session ID and a move to interact with the cube and track solving progress.

Instructions

Execute a move on the Rubik's Cube

Input Schema

NameRequiredDescriptionDefault
gameIdYesThe game session ID
moveYesThe cube move to execute

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "gameId": { "description": "The game session ID", "type": "string" }, "move": { "description": "The cube move to execute", "enum": [ "U", "D", "L", "R", "F", "B", "U'", "D'", "L'", "R'", "F'", "B'", "U2", "D2", "L2", "R2", "F2", "B2" ], "type": "string" } }, "required": [ "gameId", "move" ], "type": "object" }

Other Tools from Rubik's Cube MCP 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/fritzprix/rubiks-cube-mcp-server'

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