← WebMCP Directory

Tool tree

cubecade.openai.chatgpt.site

demoMedia & Personal
https://cubecade.openai.chatgpt.site/
A neon 3D color-cube puzzle that humans and agents can solve together.
Explore capabilities
get_cube_stateAnswer

Read every facelet, the move queue, solved status, and move count.

View tool JSON
{
  "name": "get_cube_state",
  "kind": "answer",
  "impl": "imperative",
  "description": "Read every facelet, the move queue, solved status, and move count.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  }
}
queue_cube_movesAction

Queue moves to animate quickly, one by one. Use U D L R F B with optional apostrophe or 2.

View tool JSON
{
  "name": "queue_cube_moves",
  "kind": "act",
  "impl": "imperative",
  "description": "Queue moves to animate quickly, one by one. Use U D L R F B with optional apostrophe or 2.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "moves": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    },
    "required": [
      "moves"
    ]
  }
}