← All WebMCP sites

cubecade.openai.chatgpt.site

demo
Media & Personalhttps://cubecade.openai.chatgpt.site/listed as of 2026-08-26
A neon 3D color-cube puzzle that humans and agents can solve together.
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

get_cube_stateanswerimperative
Read every facelet, the move queue, solved status, and move count.
Input schema
{
  "type": "object",
  "properties": {}
}
queue_cube_movesactimperative
Queue moves to animate quickly, one by one. Use U D L R F B with optional apostrophe or 2.
Input schema
{
  "type": "object",
  "properties": {
    "moves": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "moves"
  ]
}
Listings are sourced from public community registries and shown as reported.