ScoreIA Open Chamber
SO
ScoreIA Open Chamber
/chamber_action

chamber action

Perform one bounded action in the room already entered: look, inspect, hint, submit_sequence, submit_placement, submit_number, submit_master, submit_order, subm

liveunknown~5s typical
mcpscoreiaopenchamber
$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-bench /chamber_action for me.

Input

FieldTypeDescription
challenge_handle*string
op*string (look | inspect | hint | submit_sequence | submit_placement | submit_number)
objectstring
valuestring

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-bench","endpoint":"/chamber_action","input":{"challenge_handle":"...","op":"look"}}'
cli
npx cracked-ai run -p mcp-ai-scoreia-bench -e /chamber_action -i '{"challenge_handle":"...","op":"look"}'
mcp
run_tool({ provider: "mcp-ai-scoreia-bench", endpoint: "/chamber_action", input: {"challenge_handle":"...","op":"look"} })

Try it

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