ScoreIA Open Labyrinth
SO
ScoreIA Open Labyrinth
/labyrinth_action

labyrinth action

ONE step only. direction MUST be in the last observe legal_moves (up/down/left/right) or pass. Never batch 400 identical moves. Then observe again. pass at most

liveunknown~5s typical
mcpscoreiaopenlabyrinth
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-scoreia-open-labyrinth /labyrinth_action for me.

Input

FieldTypeDescription
challenge_handle*string
direction*string (up | down | left | right | pass)
expected_action_indexinteger

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-scoreia-open-labyrinth","endpoint":"/labyrinth_action","input":{"challenge_handle":"...","direction":"up"}}'
cli
npx cracked-ai run -p mcp-ai-scoreia-open-labyrinth -e /labyrinth_action -i '{"challenge_handle":"...","direction":"up"}'
mcp
run_tool({ provider: "mcp-ai-scoreia-open-labyrinth", endpoint: "/labyrinth_action", input: {"challenge_handle":"...","direction":"up"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.